File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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()}>
You can’t perform that action at this time.
0 commit comments