-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: account info page #61
Conversation
Visit the preview URL for this PR (updated for commit a834d14): https://community-fridge-kw--pr61-feat-my-account-i9byophu.web.app (expires Thu, 09 Dec 2021 22:36:18 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
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.
think the email field got flipped but looks good otherwise!! :)
@@ -75,7 +77,7 @@ const Header = (): JSX.Element => { | |||
<Link as={ReactLink} to={DASHBOARD_PAGE}> | |||
Scheduled Donations | |||
</Link> | |||
<Link as={ReactLink} to={LANDING_PAGE}> | |||
<Link as={ReactLink} to={ACCOUNT_PAGE}> | |||
{/* update link to account page */} |
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.
We can remove the comment.
Notion ticket link
My Account Screen
Implementation description
Steps to test
What should reviewers focus on?
Checklist