Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0670e3fd6 | |||
| 3bb1588cc6 | |||
| c569366525 | |||
| 29eb002529 |
@@ -15,7 +15,7 @@ export default function EthicalConductPage() {
|
||||
{ name: "Student Life", id: "#student-life" },
|
||||
{ name: "Tuition", id: "#tuition" },
|
||||
{ name: "Ethical Conduct", id: "/orlando-private-school-standards-of-ethical-conduct" },
|
||||
{ name: "File", id: "/file" },
|
||||
|
||||
{ name: "Contact", id: "#contact-us" }
|
||||
];
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function EthicalConductPage() {
|
||||
{ label: "Admissions", href: "#admissions" },
|
||||
{ label: "Tuition", href: "#tuition" },
|
||||
{ label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct" },
|
||||
{ label: "File", href: "/file" },
|
||||
|
||||
{ label: "Contact", href: "#contact-us" }
|
||||
]
|
||||
},
|
||||
@@ -124,4 +124,4 @@ export default function EthicalConductPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -47,9 +47,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Ethical Conduct", id: "/orlando-private-school-standards-of-ethical-conduct"
|
||||
},
|
||||
{
|
||||
name: "File", id: "/file"
|
||||
},
|
||||
|
||||
{
|
||||
name: "Contact", id: "#contact-us"},
|
||||
]}
|
||||
@@ -305,9 +303,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct"
|
||||
},
|
||||
{
|
||||
label: "File", href: "/file"
|
||||
},
|
||||
|
||||
{
|
||||
label: "Contact", href: "#contact-us"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user