Skip to content

Commit

Permalink
Update menu_login_logout_button.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
hqy2000 authored Mar 1, 2024
1 parent f2f396f commit 769a8c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<i class="fas fa-sign-out-alt"></i> Logout
</a>
{% else %}
<a class="btn btn-outline-info btn-sm justify-content-center" href="{{ path('register') }}">
<a class="btn btn-outline-info btn-sm justify-content-center" style="margin-right: 10px;" href="{{ path('register') }}">
Sign Up
</a>
<a class="btn btn-info btn-sm justify-content-center" href="{{ path('login') }}">
Expand Down

0 comments on commit 769a8c7

Please sign in to comment.