Skip to content

Commit

Permalink
Add Stavanger as a selectable office
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakels committed Oct 25, 2024
1 parent 81134f9 commit 6c04753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/jobs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const JobsIndex: NextPage<InferGetStaticPropsType<typeof getStaticProps>> = ({
Alle: '/jobs',
Bergen: '/jobs/office/bergen',
Oslo: '/jobs/office/oslo',
Stavanger: '/jobs/office/stavanger',
Trondheim: '/jobs/office/trondheim',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/office-selector/office.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding: 0;
list-style: none;
display: grid;
grid-template-columns: repeat(4, max-content);
grid-template-columns: repeat(5, max-content);
gap: 1rem;
justify-content: center;
}
Expand Down

0 comments on commit 6c04753

Please sign in to comment.