Fix lint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import React from "react";
|
||||
import { Hero, HeroPrimarySection, HeroAside, HeroAsideItem } from "@components/Hero";
|
||||
import {
|
||||
Hero, HeroPrimarySection, HeroAside, HeroAsideItem,
|
||||
} from "@components/Hero";
|
||||
|
||||
const FreshmenPageHero: React.FC = () => (
|
||||
<Hero>
|
||||
@@ -12,19 +14,23 @@ const FreshmenPageHero: React.FC = () => (
|
||||
<HeroAsideItem
|
||||
header="Seuraa killan tiedotusta"
|
||||
link="https://t.me/joinchat/GsmJjhst3-BYIHQSefVhHg"
|
||||
linkText="Liity killan Telegram-ryhmiin" />
|
||||
linkText="Liity killan Telegram-ryhmiin"
|
||||
/>
|
||||
<HeroAsideItem
|
||||
header="Kohti lakkia"
|
||||
link="fOpas_20.pdf"
|
||||
linkText="Lue fuksiopas" />
|
||||
linkText="Lue fuksiopas"
|
||||
/>
|
||||
<HeroAsideItem
|
||||
header="Kaikki kunnossa opiskelua varten?"
|
||||
link="https://into.aalto.fi/pages/viewpage.action?pageId=1183171"
|
||||
linkText="Lue korkeakoulun tietopaketti" />
|
||||
linkText="Lue korkeakoulun tietopaketti"
|
||||
/>
|
||||
<HeroAsideItem
|
||||
header="ISO-ryhmät ja ISO-henkilöt?"
|
||||
link="#isot"
|
||||
linkText="Tsekkaa ISO-henkilöiden tiedot" />
|
||||
linkText="Tsekkaa ISO-henkilöiden tiedot"
|
||||
/>
|
||||
</HeroAside>
|
||||
</Hero>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user