Skip to content

Commit

Permalink
Update navbar.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 17, 2021
1 parent c1a13e1 commit 56be678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/navbar.svelte
Expand Up @@ -4,7 +4,7 @@
{ title: "about", slug: "about" },
// { title: "events", slug: "events" },
{ title: "paths", slug: "paths" },
{ title: "nodeBuds", slug: "nodebuds" },
{ title: `node<span class="brand-red">Buds</span>`, slug: "nodebuds" },
// { title: "connect", slug: "connect" },
// { title: "newsletters", slug: "posts" },
];
Expand Down Expand Up @@ -32,7 +32,7 @@
rel="prefetch"
aria-current="{segment === slug}"
>
{title}
{@html title}
</a>
</li>
{/each}
Expand Down

0 comments on commit 56be678

Please sign in to comment.