Skip to content

Commit

Permalink
fix(user-status): rotated login icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Oct 27, 2023
1 parent e17b268 commit fea8df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiesta/templates/fiesta/parts/user_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{% else %}
<a href="{% url "account_login" %}" title="Log in">
<svg xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
class="h-6 w-6 transform rotate-180"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor">
Expand Down

0 comments on commit fea8df4

Please sign in to comment.