We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37188b4 commit 7769775Copy full SHA for 7769775
components/common/Navbar/Navbar.tsx
@@ -684,7 +684,7 @@ const Navbar: FC<FuncProps> = ({
684
Rankings
685
</A>
686
</NextLink>
687
- <a
+ {/* <a
688
target="_blank"
689
href="https://bbwonderland.com/"
690
rel="noreferrer"
@@ -695,7 +695,7 @@ const Navbar: FC<FuncProps> = ({
695
<ExternalLinkIcon src={externalLinkIcon.src} />
696
</div>
697
698
- </a>
+ </a> */}
699
</NavItem>
700
{loggedIn && (
701
<NavItem>
0 commit comments