Skip to content

Commit

Permalink
lagt til lenke til vyer
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsve committed Sep 30, 2024
1 parent d23b070 commit 0188a02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/stavanger/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Link from 'next/link';
import Arrow from 'src/components/arrow';
import { and } from 'src/utils/css';
import { EmployeeTile } from 'src/employees';
import BlobLink from '@components/blob-link';

const stavangerBlobUrl = require('./assets/stavanger.png');
const bygningUrl = require('./assets/finkel.png');
Expand Down Expand Up @@ -147,6 +148,14 @@ const Stavanger: NextPage<InferGetStaticPropsType<typeof getStaticProps>> = ({
</p>
</div>

<BlobLink
text="Les om våre vyer for Stavanger"
href="stavanger/vyer"
size={220}
className={style.timelineButton}
/>



{listings.length > 0 && (
<div className={style.content}>
Expand Down

0 comments on commit 0188a02

Please sign in to comment.