Skip to content

Commit 37188b4

Browse files
navbar update wonderland
1 parent 0bfaffc commit 37188b4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

components/common/Navbar/Navbar.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,18 @@ const Navbar: FC<FuncProps> = ({
684684
Rankings
685685
</A>
686686
</NextLink>
687+
<a
688+
target="_blank"
689+
href="https://bbwonderland.com/"
690+
rel="noreferrer"
691+
>
692+
<div>
693+
Wonderland
694+
<div>
695+
<ExternalLinkIcon src={externalLinkIcon.src} />
696+
</div>
697+
</div>
698+
</a>
687699
</NavItem>
688700
{loggedIn && (
689701
<NavItem>

components/common/SlideOverNavbar/SlideOverNavbar.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,20 @@ const SlideOverNavbar: FC<Props> = ({
305305
</LargeNavItem>
306306
</a>
307307
</Link>
308+
<a
309+
target="_blank"
310+
href="https://bbwonderland.com/"
311+
rel="noreferrer"
312+
>
313+
<SmallNavItem
314+
style={{ display: "flex", marginTop: "5px" }}
315+
>
316+
Wonderland
317+
<div>
318+
<ExternalLinkIcon src={externalLinkIcon.src} />
319+
</div>
320+
</SmallNavItem>
321+
</a>
308322
{/* <Link href="/dexicon">
309323
<a>
310324
<LargeNavItem onClick={() => close()}>

0 commit comments

Comments
 (0)