Skip to content

Commit

Permalink
Merge pull request #39 from rogershi-dev/feature/registration-auth
Browse files Browse the repository at this point in the history
Updated style for Authorize GieHub button
  • Loading branch information
rogershi-dev authored Jul 10, 2024
2 parents 2964650 + 2dab7e3 commit 0bc309d
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 0bc309d

Please sign in to comment.