File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ const HeaderContainer = styled(Box)(({}) => ({
5858const MenuLinkButton = styled < any > ( Link , { shouldForwardProp : prop => prop !== "dark" } ) ( ( { theme, dark } ) => ( {
5959 fontSize : "1.8rem" ,
6060 fontWeight : 400 ,
61- paddingLeft : "25px" ,
62- paddingRight : "25px" ,
6361 marginLeft : "4px" ,
6462 marginRight : "4px" ,
6563 lineHeight : "65px" ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ const useShowWalletConnector = () => {
55 const pathname = usePathname ( )
66
77 const showWalletConnector = useMemo (
8- // () => pathname.startsWith("/developer-nft") || pathname.startsWith("/bridge") || pathname.startsWith("/sessions") || isCanvas ,
9- ( ) => ! pathname . startsWith ( "/blog" ) ,
8+ ( ) => pathname . startsWith ( "/developer-nft" ) || pathname . startsWith ( "/bridge" ) || pathname . startsWith ( "/sessions" ) ,
9+ // () => !pathname.startsWith("/blog"),
1010 [ pathname ] ,
1111 )
1212 return showWalletConnector
You can’t perform that action at this time.
0 commit comments