Skip to content

Commit

Permalink
updated navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rkclimate20 committed Sep 12, 2024
1 parent 9fb1894 commit f3ffee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/components/navbar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<a class="text-[#0088be] navbar__link {% if entry.url == page.url %}navbar__link--active{% endif %}" href="{{ entry.url | url }}">
{{ entry.title }}
</a>
<a class="text-[#0088be] navbar__link" href='{{ "/en/posts/resources/" | url }}'>Resources</a>
{%- endfor %}
<a class="text-[#0088be] navbar__link" href='{{ "/en/posts/resources/" | url }}'>Resources</a>
<a class="text-[#0088be] navbar__link" href='{{ "/en/posts/event_photo/" | url }}'>Gallery</a>
<a class="text-[#0088be] navbar__link" style="font-weight: bold" href='{{ "/en/posts/volunteers-wanted" | url }}'>Volunteer!</a>

Expand Down

0 comments on commit f3ffee1

Please sign in to comment.