Skip to content

Commit

Permalink
Fix sokJobb-link
Browse files Browse the repository at this point in the history
  • Loading branch information
teatimes committed Aug 2, 2023
1 parent a1bef6a commit a0f87c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/summersplash2022/sections/forside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ const LandingPage = ({
<div className={style.applyDiv}>
<div>
<div>
<a
className={style.applyLink}
href={isApplyGraduate ? '#sokfastjobb' : '#sokSommerjobb'}
>
<a className={style.applyLink} href={'#sokjobb'}>
Søk {isApplyGraduate ? 'fast stilling' : 'sommerjobb'}{' '}
<ArrowDown color={isApplyGraduate ? 'white' : '#333333'} />
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/summersplash2022/sections/søkJobb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Apply = ({ applyType }: { applyType: ApplyType }) => {
? sharedStyle.sectionDarkTeal
: sharedStyle.sectionLightPeach
}`}
id="sokfastjobb"
id="sokjobb"
>
<h2 className={style.heading}>
Søk {isApplyGraduate ? 'fast jobb' : 'sommerjobb'}
Expand Down

0 comments on commit a0f87c2

Please sign in to comment.