Skip to content

Commit

Permalink
Fjernet seksjon for å søke
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrik committed Jun 29, 2023
1 parent 67f0586 commit 7d9429f
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions src/components/SignupSection/SignupSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,7 @@ const SignupSection = () => {

return (
<section id="signup" className={css.signupSection}>
<Container maxWidth="tablet">
<a href="/application" alt="Les mer om søknadsprosessen">
<Box pt={8} pb={8}>
<Typography
variant="h2"
component="h2"
align="center"
pb={3}
sx={{ fontSize: `min(10vw, ${theme.typography.h2.fontSize})` }}
>
Påmelding 2022
</Typography>
<Typography variant="body1" align="center" paragraph={true}>
Søknadsskjema for årets program er tilgjengelig.
{isSmall ? '' : <br />}
Fristen for å søke er utvidet til{' '}
<strong>fredag, 16 september, 2022</strong>
</Typography>
<Box textAlign="center">
<Button
variant="text"
endIcon={
<img
alt="Dekorativ pil som peker til mer informasjon"
src="/icons/arrow.svg"
height="24px"
/>
}
>
<strong>Søk om plass</strong>
</Button>
</Box>
</Box>
</a>
</Container>

</section>
)
}
Expand Down

0 comments on commit 7d9429f

Please sign in to comment.