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