Skip to content

Commit 056ddf6

Browse files
committed
Add Store
1 parent 68dc280 commit 056ddf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

input/Shared/_Navbar.cshtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<li><a href="/" class="Button1 text-white hover:underline hover:underline-offset-2 transition-all duration-500">Home</a></li>
1515
<li><a href="https://docs.vanillaplus.net/server-info/vote-links" class="Button1 text-white hover:underline hover:underline-offset-2 transition-all duration-500">Voting</a></li>
1616
<li><a href="/server-info/rules" class="Button1 text-white hover:underline hover:underline-offset-2 transition-all duration-500">Rules</a></li>
17+
<li><a href="https://store.vanillaplus.net" class="Button1 text-white hover:underline hover:underline-offset-2 transition-all duration-500">Store</a></li>
1718
<li class="relative">
1819
<a href="#" class="Button1 text-white flex flex-row gap-1 items-center" id="otherLink">
1920
Other
@@ -40,6 +41,7 @@
4041
<li><a href="/" class="block py-2 border-y border-white">Home</a></li>
4142
<li><a href="https://docs.vanillaplus.net/server-info/vote-links" class="block py-2 border-y border-white">Voting</a></li>
4243
<li><a href="/server-info/rules" class="block py-2 border-y border-white">Rules</a></li>
44+
<li><a href="https://store.vanillaplus.net" class="block py-2 border-y border-white">Store</a></li>
4345
<li class="relative">
4446
<a href="#" class="block py-2 border-y border-white" id="mobileOtherLink">
4547
Other

0 commit comments

Comments
 (0)