fopas links fix

This commit is contained in:
SimeonPursiainen
2025-07-15 20:43:11 +03:00
parent c683b2d61a
commit 19ad40b969
3 changed files with 3 additions and 3 deletions
@@ -14,7 +14,7 @@ const ForFreshmenPageHero: React.FC = () => (
<HeroAside bgColor="lightTurquoise"> <HeroAside bgColor="lightTurquoise">
<HeroAsideItem <HeroAsideItem
header="Read the guild freshman guide" header="Read the guild freshman guide"
link="https://static.sahkoinsinoorikilta.fi/FTMK/FreshmanGuide2024.pdf" // TODO: add international freshman guide to static link="https://static.sahkoinsinoorikilta.fi/FTMK/Fopas_25_en_web.pdf"
linkText="read the freshman guide here!" linkText="read the freshman guide here!"
/> />
@@ -106,7 +106,7 @@ const ForFreshmenPageView: React.FC = () => (
<div> <div>
<InfoBox> <InfoBox>
<h6>Fuksiguide</h6> <h6>Fuksiguide</h6>
<Link to="https://static.sahkoinsinoorikilta.fi/FTMK/Fopas_25_web.pdf" target="_blank"> <Link to="https://static.sahkoinsinoorikilta.fi/FTMK/Fopas_25_en_web.pdf" target="_blank">
<FopasImage <FopasImage
src="https://static.sahkoinsinoorikilta.fi/FTMK/Fopas_25_kansi.jpg" src="https://static.sahkoinsinoorikilta.fi/FTMK/Fopas_25_kansi.jpg"
/> />
+1 -1
View File
@@ -13,7 +13,7 @@ const FreshmenPageHero: React.FC = () => (
<HeroAside bgColor="lightTurquoise"> <HeroAside bgColor="lightTurquoise">
<HeroAsideItem <HeroAsideItem
header="Lue killan fuksiopas" header="Lue killan fuksiopas"
link="https://static.sahkoinsinoorikilta.fi/FTMK/Fuksiopas2024.pdf" link="https://static.sahkoinsinoorikilta.fi/FTMK/Fopas_25_web.pdf"
linkText="lue fuksiopas täältä!" linkText="lue fuksiopas täältä!"
/> />