-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add dynamic redirect to Dashboard Bandada logo #650
Comments
Hey, I would like to work on this |
Hey @spudoodle! Sounds great. Would you like me to assign you this issue? |
Sure |
Hey @spudoodle! You have the issue assigned now. Feel free to ask any questions you may have. |
I am Nze Shalom, a full stack developer with strong foundation in modern web development frameworks and technologies. My expertise includes: Figma Nuxt.js, React js, Next.js and Tailwind CSS with a bit of knowledge in Cairo. I am Experienced in crafting responsive, visually appealing designs using Tailwind CSS, ensuring consistency and efficiency in the development process. I would love to contribute to this project. |
Is it okay if I tackle this?. I am a full stack and blockchain developer |
I’d love to work on this task. |
I'd love to give this a go. |
Description
The Bandada logo in the Dashboard navigation bar is currently hardcoded to redirect to https://app.bandada.pse.dev.
It would be great to add a dynamic redirect based on the current environment.
Example:
if local, redirect to http://localhost:3001/
if staging, redirect to https://app-staging.bandada.pse.dev/
if production, redirect to https://app.bandada.pse.dev/
The text was updated successfully, but these errors were encountered: