-
Notifications
You must be signed in to change notification settings - Fork 90
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
issue #205: GitHub repo link #221
Conversation
Add a GitHub icon that navigates to the repo link. Add dividers to the sidebar menu.
✅ Deploy Preview for astonishing-pothos-5f81bd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
love your style!
but - can you use i18n instead of the texts.tsx file?
Thank you! |
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.
const handleClick = () => { | ||
window.open(data.path, '_blank') | ||
} |
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.
const handleClick = () => { | |
window.open(data.path, '_blank') | |
} | |
const handleClick = useCallback(() => { | |
window.open(data.path, '_blank') | |
}, []) |
Resolving #205
Description
Mobile:
Mobile & Desktop:
screenshots
Desktop:
Mobile: