Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69bbb4cd24 | |||
| 79afc7eb9f | |||
| ad783b1a5b | |||
| e82a13fdd7 | |||
| 7fdaf43e51 | |||
| e001562656 | |||
| b757c0a3d2 | |||
| 86e5ca4bbd |
@@ -1410,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -31,10 +31,10 @@ export default function ComputerClubPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Computer Club"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Events", id: "#events" },
|
||||
{ name: "Team", id: "#team" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Join Us", href: "#contact"
|
||||
@@ -292,4 +292,4 @@ export default function ComputerClubPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user