Skip to content

Commit

Permalink
Update nav.vjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikWhitten67 committed Sep 30, 2023
1 parent 353d0c3 commit 742a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav.vjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ border border-base-200 text-black bg-base-100 ">
<a href="/" class="text-2xl font-semibold hero flex gap-2 ">
<img src="/icons/logo.png" class="w-12" alt="logo">
${
'$FULL_URL.includes("docs")'
$FULL_URL.includes("docs")
? "Docs"
: "Vader.js"
}
Expand Down

0 comments on commit 742a248

Please sign in to comment.