feat(ui): add topic, subject screen

fix(api): fix api endpoint logic for pretest screen
This commit is contained in:
shafin-r
2025-08-21 14:19:55 +06:00
parent be5c723bff
commit 6f4f2a8668
8 changed files with 369 additions and 105 deletions

View File

@ -11,7 +11,7 @@ const tabs = [
{ name: "Home", href: "/home", component: <House size={30} /> },
{
name: "Categories",
href: "/subjects",
href: "/categories",
component: <LayoutGrid size={30} />,
},
{ name: "Bookmark", href: "/bookmark", component: <Bookmark size={30} /> },