Skip to content

Commit d4deaec

Browse files
authored
Update navBar.astro: fix link (#39)
Thank you @muescha
1 parent b21c9ee commit d4deaec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/src/components/navBar.astro

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ import Logo from "./logo.astro";
3232
<a href="/llm" class="transition-all mr-4 hover:text-white/70">AI</a
3333
>
3434
<a
35-
href="
36-
integrations"
35+
href="/integrations"
3736
class="mr-4 hover:text-white/70 transition-all">Integrations</a
3837
>
3938
<a href="/docs" class="mr-4 hover:text-white/70 transition-all"

0 commit comments

Comments
 (0)