Skip to content

Commit

Permalink
Updated style for Authorize GieHub button
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Cortez committed Jul 10, 2024
1 parent dc88333 commit 2dab7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/register.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ block content
i.fab.fa-github.fa-lg(style='margin-right: 8px')
| GitHub Authorized
else
button.btn.btn-outline-light.btn-lg.mb-3.w-100(type='button' onclick="window.location.href='/auth/github'")
button.btn.btn-outline-light.btn-lg.w-100(type='button' onclick="window.location.href='/auth/github'")
i.fab.fa-github.fa-lg(style='margin-right: 8px')
| Authorize GitHub

Expand Down

0 comments on commit 2dab7e3

Please sign in to comment.