Skip to content

Commit

Permalink
chore(ui): pad out buttons on consent page
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Aug 13, 2023
1 parent 364d183 commit 1c290e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/html/static/templates/content/consent.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span>
<span class="bg-gray-200">terraform</span> is requesting access to your OTF user account.
</span>
<form method="POST">
<form class="flex gap-4" method="POST">
<button class="btn-danger" name="consented" value="false">Decline</button>
<button class="btn" name="consented" value="true">Accept</button>
</form>
Expand Down

0 comments on commit 1c290e9

Please sign in to comment.