Add Home link to navbar pointing to /home landing page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5403d78a3e
commit
d4fb34e329
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ export default function Navbar() {
|
|||
|
||||
|
||||
const navLinks = user ? [
|
||||
{ to: '/home', label: 'Home' },
|
||||
{ to: '/', label: 'Dashboard' },
|
||||
{ to: '/quizzes', label: 'Quizzes' },
|
||||
{ to: '/question-bank', label: 'Question Bank' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue