epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.

Home Page:https://epicweb.dev/workshops/full-stack-foundations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

04. DATA MUTATIONS/05. INTENT (πŸ’ͺ PROBLEM)

boringtutor opened this issue Β· comments

i was just solving the 04. DATA MUTATIONS/05. INTENT (πŸ’ͺ PROBLEM)
and i just noticed that on the home page in file root.tsx ,in link the path is hard coded .But there is a problem with that when we delete the first note and when we go back to the home page and try to click on the link to go to kody notes it throws the error "404 NOT FOUND" .if we just change

<Link className="underline" to="users/kody/notes/d27a197e">  to
<Link className="underline" to="users/kody/notes">

Thanks! I've fixed this πŸ‘