Changes to page setup

This commit is contained in:
SimeonPursiainen
2025-09-11 19:57:40 +03:00
parent eb1348445f
commit 1f72bfbf05
5 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -19,10 +19,10 @@ export const renderNavigationItems = (mobile = false): JSX.Element => (
<NavbarChildLink to="https://sik.kuvat.fi">Kuvagalleria</NavbarChildLink>
<NavbarChildLink to="/kilta/kilta-avustus">Kilta-avustus</NavbarChildLink>
</NavbarDropdownLink>
<NavbarDropdownLink to="/kilta" text="New students">
<NavbarChildLink to="/kilta/fuksi">Fukseille</NavbarChildLink>
<NavbarChildLink to="/fukseille_en">For Freshmen</NavbarChildLink>
<NavbarChildLink to="/forExchangers">For Exchange/MSc students</NavbarChildLink>
<NavbarDropdownLink to="/newStudent" text="New students " exploded={mobile}>
<NavbarChildLink to="/newStudent/fuksi">Fukseille</NavbarChildLink>
<NavbarChildLink to="/newStudent/fukseille_en">For Freshmen</NavbarChildLink>
<NavbarChildLink to="/newStudent/forExchangers">For Exchange/MSc students</NavbarChildLink>
</NavbarDropdownLink>
<NavbarDropdownLink to="/opinnot_ja_ura" text="Opinnot ja ura" exploded={mobile} />
<NavbarDropdownLink to="/yritysyhteistyo" text="Yritysyhteistyö" exploded={mobile} />