-
Notifications
You must be signed in to change notification settings - Fork 85
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
i have added footer #35
Conversation
✅ Deploy Preview for delightful-daifuku-a9f6ea ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
🎉 Thank you @shivamy009 for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better.
@shivamy009
|
Adding some more improvement in the code fix that as well. |
@@ -3,7 +3,7 @@ | |||
} | |||
|
|||
#root { | |||
max-width: 1366px; | |||
/* max-width: 1366px; */ |
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.
Do not left old code on comment out remove it Completely.
@@ -45,7 +46,9 @@ function App() { | |||
<Route path="/user/:id/update/recipe" element={<UpdateRecipe />} /> | |||
<Route path="/recipe/:id" element={<OneRecipe/>} /> | |||
</Routes> | |||
<Footer /> | |||
{/* <Footer /> */} | |||
<Footer1 /> |
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 making another footer file why don't you add the new footer code to the old file only?
Please do this. And Remove Footer1.jsx
Try to add your code to existing files only unless it does not need a new file for a component or page
ok i will fix all these problem |
@shivamy009 any updates ? |
Hey @AlfiyaSiddique If he is not working on this issue may be I can work in this. |
@harish08102004 go ahead , assigning this issue to you. |
@harish08102004 please comment below issue #15 so that I can assign it to you. |
@harish08102004 are you willing to work on #15 ? |
Hey i can work |
@harish08102004 then please make a comment on issue #15 , I need to assign this issue to you in order you to work on it. |
I have added this footer.
I have made another jsx file for footer.
I have added tailwind css also
problem no. -#15