UPDATE: Finished categories and category pages, added infinite scrolling and follow category button on login

This commit is contained in:
JustIceO7
2025-02-23 17:23:09 +00:00
parent f192518382
commit 634c02a9bc
17 changed files with 341 additions and 209 deletions

View File

@@ -62,7 +62,7 @@ function App() {
element={<ResetPasswordPage />}
></Route>
<Route
path="/category/:category_name"
path="/category/:categoryName"
element={<CategoryPage />}
></Route>
<Route path="/categories" element={<CategoriesPage />}></Route>