Skip to content

Commit 7769775

Browse files
Update Navbar.tsx
1 parent 37188b4 commit 7769775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/common/Navbar/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ const Navbar: FC<FuncProps> = ({
684684
Rankings
685685
</A>
686686
</NextLink>
687-
<a
687+
{/* <a
688688
target="_blank"
689689
href="https://bbwonderland.com/"
690690
rel="noreferrer"
@@ -695,7 +695,7 @@ const Navbar: FC<FuncProps> = ({
695695
<ExternalLinkIcon src={externalLinkIcon.src} />
696696
</div>
697697
</div>
698-
</a>
698+
</a> */}
699699
</NavItem>
700700
{loggedIn && (
701701
<NavItem>

0 commit comments

Comments
 (0)