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)(({}) => ({
58
58
const MenuLinkButton = styled < any > ( Link , { shouldForwardProp : prop => prop !== "dark" } ) ( ( { theme, dark } ) => ( {
59
59
fontSize : "1.8rem" ,
60
60
fontWeight : 400 ,
61
- paddingLeft : "25px" ,
62
- paddingRight : "25px" ,
63
61
marginLeft : "4px" ,
64
62
marginRight : "4px" ,
65
63
lineHeight : "65px" ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ const useShowWalletConnector = () => {
5
5
const pathname = usePathname ( )
6
6
7
7
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"),
10
10
[ pathname ] ,
11
11
)
12
12
return showWalletConnector
You can’t perform that action at this time.
0 commit comments