Skip to content

Commit

Permalink
Update nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikWhitten67 committed Sep 30, 2023
1 parent 461182c commit 4bbc7f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<a href="/" class="text-2xl font-semibold hero flex gap-2 ">
<img src="/icons/logo.png" class="w-12" alt="logo">
${
$CURRENT_URL.includes("docs")
? "Docs"
: "Vader.js"
}
${
'$FULL_URL.includes("docs")'
? "Docs"
: "Vader.js"
}
</a>
</div>
<div class="flex-none">
Expand Down

0 comments on commit 4bbc7f8

Please sign in to comment.