-
Notifications
You must be signed in to change notification settings - Fork 9
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 mobile menu footer #973
Conversation
✅ Deploy Preview for dev-astral ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Fix mobile menu footer
PR Type
enhancement, bug fix
Description
ErrorFallback
component to use a constant for the external service status page URL.EXTERNAL_ROUTES
constant.Changes walkthrough 📝
index.tsx
Update footer organization name in WalletSideKick component
explorer/src/components/WalletSideKick/index.tsx
index.tsx
Use constants for external routes in ErrorFallback
explorer/src/components/common/ErrorFallback/index.tsx
EXTERNAL_ROUTES
for external links.EXTERNAL_ROUTES
.Footer.tsx
Update footer organization name in layout Footer component
explorer/src/components/layout/Footer.tsx
MobileHeader.tsx
Update footer organization name in MobileHeader component
explorer/src/components/layout/MobileHeader.tsx
metadata.ts
Update metadata keywords for new organization
explorer/src/constants/metadata.ts
routes.ts
Add status page URL to external routes
explorer/src/constants/routes.ts
EXTERNAL_ROUTES
.