-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curtain instant #1450
base: release-53
Are you sure you want to change the base?
Curtain instant #1450
Conversation
midas-myth
commented
Dec 12, 2024
•
edited by xhiroz
Loading
edited by xhiroz
- To see the specific tasks where the Asana app for GitHub is being used, see below:
- https://app.asana.com/0/0/1208887330734369
✅ Deploy Preview for vigilant-albattani-df38ec ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying gmx-interface with Cloudflare Pages
|
src/components/Footer/Footer.tsx
Outdated
const isHome = isHomeSite(); | ||
const [isUserFeedbackModalVisible, setIsUserFeedbackModalVisible] = useState(false); | ||
|
||
return ( | ||
<> | ||
<div className={cx("Footer-wrapper", { home: isHome })}> | ||
<div className={cx("Footer-wrapper", { home: isHome, "mobile-trade-page": isMobileTradePage })}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this classname could be a simple pb-[52px]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed
|
||
const headerClick = useCallback(() => { | ||
setIsOpen(true); | ||
}, []); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}, []); | |
}, [setIsOpen]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
const handleClick = useCallback(() => { | ||
setIsOpen((prev) => !prev); | ||
}, []); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}, []); | |
}, [setIsOpen]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
2c50cde
to
a4f7556
Compare
Release 53
colors clean up
a4f7556
to
0b6fb4f
Compare