diff --git a/templates/nav.html b/templates/nav.html index 3041b84..72143c9 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -20,10 +20,14 @@ {% call icons::checkin("inline h-4 w-4") %}
- +
{% else %} - Login + + {% call icons::login("inline h-4 w-4") %} + {% endif %} @@ -52,10 +56,16 @@ Check In
- +
{% else %} - Login + + {% call icons::login("inline h-4 w-4") %} + Login + {% endif %} diff --git a/templates/partials/icons.html b/templates/partials/icons.html index 6193150..6185e37 100644 --- a/templates/partials/icons.html +++ b/templates/partials/icons.html @@ -91,6 +91,20 @@ {% endmacro %} +{% macro login(class) %} + +{% endmacro %} + +{% macro logout(class) %} + +{% endmacro %} + {% macro x_circle(class) %}