Skip to content

Commit

Permalink
removes unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Nov 10, 2023
1 parent d7ffee5 commit d8215be
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,30 +326,4 @@ const Home = ({ randomEmployee, randomCases, feeds }: HomeProps) => {
);
};

function JobLandingpage() {
return (
<div className={style.infoBlock}>
<Image
src={sommerjobbImg}
className={style.infoBlock__blob}
alt="Varianter under felles variantdag"
width={774}
height={631}
loading="lazy"
decoding="async"
/>

<h2 className={style.infoBlock__title}>
<Link href="/nyutdannet">
<a className={style.infoBlock__link}>
<span className={style.infoBlock__text}>
Info om jobb for studenter
</span>
<Arrow className={style.infoBlock__arrow} color="standard__white" />
</a>
</Link>
</h2>
</div>
);
}
export default Home;

0 comments on commit d8215be

Please sign in to comment.