generated from muhtadeetaron/nextjs-template
feat(ui): add topic, subject screen
fix(api): fix api endpoint logic for pretest screen
This commit is contained in:
@ -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} /> },
|
||||
|
||||
Reference in New Issue
Block a user