Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a86c9d611c | |||
| 1fc4df7cfa | |||
| 9beabc35cd |
@@ -47,10 +47,10 @@ export default function DashboardPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Dashboard", id: "dashboard" },
|
||||
{ name: "Materials", id: "materials" },
|
||||
{ name: "My Uploads", id: "uploads" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Dashboard", id: "/dashboard" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Start Learning Free", href: "contact" }}
|
||||
|
||||
Reference in New Issue
Block a user