-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix home component redirect and adapt reports view layout #75
Conversation
75cd34c
to
c1e823b
Compare
✅ Deploy Preview for vd-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
redirect is still not wokring |
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.
redirect works!
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.
lgtm
Profile | ||
</p> | ||
</Link> | ||
<div className="p-2" /> |
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.
👀
</small> | ||
</div> | ||
<h2 className="text-xl md:text-2xl font-semibold md:py-6">Account</h2> | ||
<div className="py-4" /> |
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.
👀
This pull request includes the following changes:
Updated the Home component to redirect to "/reports"
Refactored the contributionAmounts calculation in VoicedeckStats
Adapted the reports view layout on wide screens using grid display
These changes fix the issue with the Home component redirect and improve the layout of the reports view.