-
Notifications
You must be signed in to change notification settings - Fork 0
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
Blog list #45
Conversation
✅ Deploy Preview for givest 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.
Check the comments
Add screenshot for blog details |
Signed-off-by: Spyke Lionel <[email protected]>
✅ Deploy Preview for givest ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Spyke Lionel <[email protected]>
@@ -27,6 +28,8 @@ function App() { | |||
<Route path="/donners" element={<Donners />} /> | |||
<Route path="/causes/:id" element={<CauseDetails />} /> | |||
<Route path="/donate" element={<DonatePage />} /> | |||
<Route path="/blog" element={<Blog />} /> | |||
{/* <Route path="/blog/:id" element={<BlogDetails/>}/> */} |
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.
No such Component as BlogDetails
Fix this
@N-TITIAN Check this and fix ASAP |
Description
Implemented the blog listing page of givest . while implementing this i made used the blog cards components and also started implementing details from this branch where i started routing
Related Issue
it handles issue #11
Type of Change
Checklist
Screenshots (if applicable)