Affected Apps / Packages
Portfolio (apps/portfolio)
Description
On the Restricted Access page, the "Back to Homepage" button redirects users to the main VeriWorkly website (veriworkly.com). It should take them back to the portfolio app homepage instead.
Steps to Reproduce
- Trigger the Restricted Access page on a non-admin account in production.
- Click "Back to Homepage".
- Observe that it redirects to
https://veriworkly.com.
Expected Behavior
It should redirect to the portfolio landing page (/).
Environment Information
- OS: All (Windows, macOS, Linux)
- Browser: Chrome, Safari, Firefox
Relevant Logs
No response
Proposed Fix / Suggestions
Update RestrictedAccess.tsx:
- Change the
href of the "Back to Homepage" link to / instead of siteConfig.links.main.
Affected Apps / Packages
Portfolio (apps/portfolio)
Description
On the Restricted Access page, the "Back to Homepage" button redirects users to the main VeriWorkly website (
veriworkly.com). It should take them back to the portfolio app homepage instead.Steps to Reproduce
https://veriworkly.com.Expected Behavior
It should redirect to the portfolio landing page (
/).Environment Information
Relevant Logs
No response
Proposed Fix / Suggestions
Update
RestrictedAccess.tsx:hrefof the "Back to Homepage" link to/instead ofsiteConfig.links.main.