Skip to content

Commit

Permalink
Update navbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 15, 2024
1 parent 100f1f0 commit ceb1496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/tailwindUI/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
<i class="ti ti-user-plus text-2xl"></i>
</a>
{% elif hideSignUp %}
<a href="/login/redirect=&" class="w-7 h-7"
<a href="/login/redirect=&"
><button class="hover:text-rose-500 duration-150">
<i class="ti ti-login text-2xl"></i>
</button
></a>
{%else%}
<a href="/login/redirect=&" class="w-7 h-7"
<a href="/login/redirect=&"
><button class="hover:text-rose-500 duration-150">
<i class="ti ti-login text-2xl"></i>
</button
></a>
<a href="/signup" class="w-7 h-7"
<a href="/signup"
><button class="hover:text-rose-500 duration-150">
<i class="ti ti-user-plus text-2xl"></i>
</button
Expand Down

0 comments on commit ceb1496

Please sign in to comment.