Skip to content

Commit

Permalink
remove sommerjobb link
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Nov 10, 2023
1 parent 54cb0c6 commit 3cce6ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Home = ({ randomEmployee, randomCases, feeds }: HomeProps) => {
}, [randomCases]);

return (
<Layout crazy homepage>
<Layout homepage>
<Head>
<meta
property="og:description"
Expand Down Expand Up @@ -116,10 +116,6 @@ const Home = ({ randomEmployee, randomCases, feeds }: HomeProps) => {
</div>
</section>

<section className={style.bergen}>
<JobLandingpage />
</section>

<section className={style.join}>
<h2 className={style.join_title}>Bli en Variant!</h2>

Expand Down

0 comments on commit 3cce6ce

Please sign in to comment.