fix: styling
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
|
||||
{% include 'components/theme-switch.html' %}
|
||||
<!-- Show/Hide cart -->
|
||||
<div id="navbar-cart-dropdown" hx-get="{% url 'web:cart_dropdown' %}" hx-trigger="load, updated-cart from:body"></div>
|
||||
<div id="navbar-cart-dropdown" hx-get="{% url 'web:cart_dropdown' %}"
|
||||
hx-trigger="load, updated-cart from:body"></div>
|
||||
|
||||
{% if request.user.is_authenticated %}
|
||||
<!-- Show/Hide user account dropdown -->
|
||||
|
||||
Reference in New Issue
Block a user