-
Couldn't load subscription status.
- Fork 81
added footer section #160
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
base: master
Are you sure you want to change the base?
added footer section #160
Conversation
✅ Deploy Preview for paisable ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
now you can check it its done accordingly |
|
Is it correct |
|
why so late its already tested and done footer section |
|
why is it taking so much long time to review and merge it |
|
|
||
| {/* Beautiful Footer Section */} | ||
| {/* Beautiful Footer Section */} | ||
| <footer className="bg-gray-900 text-gray-300 mt-0"> |
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.
Instead of writing the footer component in App.jsx file.
Please write it into a separate component and setup accordingly for all necessary routes.
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.
And why are there 2 same comments?
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.
the author only told to that in jsx file
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.
so tell me finally what should i do separate component or only app.jsx
\
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.
Set up a separate component for specific routes.
@archa8 Could you please list all the routes that require a footer?
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.
i will just make a separate comopnent and import it to app.jsx main thats enough i guess it will reamain globally
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.
@Arihant2312, that is what I am telling you to rectify; the footer should NOT be present globally. At least the signup and login pages should not have the footer
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.
Ok I will make the change

Footer Section
The footer provides quick access to important links, copyright details, and social media handles. It ensures consistent navigation and branding across all pages, maintaining a polished and professional layout.