Skip to content
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

worked with the careerDetail page #51

Merged
merged 2 commits into from
Aug 20, 2024
Merged

worked with the careerDetail page #51

merged 2 commits into from
Aug 20, 2024

Conversation

Minetbayeka
Copy link
Contributor

Description

Related Issue

#38

Type of Change

  • Bug fix
  • [ x] New feature
  • Breaking change
  • Documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Screenshot (6)

Additional Information

Add any other context or information about the pull request here.

@Minetbayeka Minetbayeka added this to the Design milestone Aug 14, 2024
@Minetbayeka Minetbayeka self-assigned this Aug 14, 2024
@github-actions github-actions bot requested a review from spykelionel August 14, 2024 15:09
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for givest failed. Why did it fail? →

Name Link
🔨 Latest commit d97f935
🔍 Latest deploy log https://app.netlify.com/sites/givest/deploys/66c528a23f44850008334de6

Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for amazing-starlight-eae66e ready!

Name Link
🔨 Latest commit 0f393c9
🔍 Latest deploy log https://app.netlify.com/sites/amazing-starlight-eae66e/deploys/66bcc8931a7aed0008251467
😎 Deploy Preview https://deploy-preview-51--amazing-starlight-eae66e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -27,6 +28,7 @@ function App() {
<Route path="/donners" element={<Donners />} />
<Route path="/causes/:id" element={<CauseDetails />} />
<Route path="/donate" element={<DonatePage />} />
<Route path="/careerdetails" element={<CareerDetails />} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check cause details route definition on line 29.
CareerDetails should have a /:id to it

@spykelionel spykelionel self-requested a review August 20, 2024 23:35
@spykelionel spykelionel merged commit 3d81f52 into master Aug 20, 2024
0 of 4 checks passed
@spykelionel spykelionel deleted the CareerDetails branch August 20, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants