epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Fix "Kody's Notes" link in root layouts of the Scripts unit's problems and solutions #82

Closed kishba closed 8 months ago

kishba commented 8 months ago

If you delete the note with ID d27a197e then the root layout's "Kody's Notes" link will lead to a 404. I confirmed this link goes to users/kody/notes in the Data Mutations unit of Full Stack Foundations. If this PR is accepted, I'd be willing to fix it in the SEO and Error Handling units as well.

kentcdodds commented 8 months ago

This is tricky because I do want it to be easy to get straight to the note you care about, but it's annoying if you actually deleted that note. I think your changes are for the best though. Thanks!