Updated learning the code (markdown)

2021-12-11 07:56:17 +11:00
parent e19c168b82
commit ad50ba42fd
+1 -1
@@ -35,7 +35,7 @@ Account and administration pages are separated into their own directories, while
`homepage.jsx` is shown when the user is logged out - every default page redirects here if the user is logged out. `homepage.jsx` is shown when the user is logged out - every default page redirects here if the user is logged out.
`dashboard.jsx` is shown when the user is logged in - pages that shouldn't be seen when logged in also redirect to `homepage.jsx`, which in tern redirects here. `dashboard.jsx` is shown when the user is logged in - pages that shouldn't be seen when logged in also redirect to `homepage.jsx`, which in turn redirects here.
`not-found.jsx` is used when the specified page can't be found. `not-found.jsx` is used when the specified page can't be found.