chore: refactor nav
This commit is contained in:
parent
5428e3f563
commit
9ddd1459d3
11 changed files with 47 additions and 46 deletions
|
@ -11,7 +11,7 @@
|
|||
{% render "icons/coffee.liquid" %}
|
||||
</div>
|
||||
<div class="text-sm text-gray-500 dark:text-gray-100 pb-8 text-center">
|
||||
<a class="text-gray-700 dark:text-gray-200{% if page.url == '/uses/' %} active{% endif %}" href="/uses">Uses</a> •
|
||||
<a class="text-gray-700 dark:text-gray-200{% if page.url == '/referrals/' %} active{% endif %}" href="/referrals">Referrals</a>
|
||||
{% render "partials/nav/link.liquid", page: page, link: "Uses" %} •
|
||||
{% render "partials/nav/link.liquid", page: page, link: "Referrals" %}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Reference in a new issue