Skip to content

Commit

Permalink
change address
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 26, 2024
1 parent 5005db4 commit 03a7a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/kontakt/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const employees = people.filter(person => person.data.email.includes('@bjerk.io'
priceRange: '$$$',
address: {
'@type': 'PostalAddress',
streetAddress: 'Akersgata 51',
streetAddress: 'Arbins gate 11',
addressLocality: 'Oslo',
addressRegion: 'Oslo',
postalCode: '0180',
postalCode: '0253',
addressCountry: 'NO',
},
sameAs: [
Expand Down Expand Up @@ -87,7 +87,7 @@ const employees = people.filter(person => person.data.email.includes('@bjerk.io'
target="_blank"
rel="noopener noreferrer"
>
Akersgata 51, 0180 Oslo <!-- <ArrowSquareOut /> -->
Arbins gate 11, 0253 Oslo <!-- <ArrowSquareOut /> -->
</a>
</dd>
</div>
Expand Down

0 comments on commit 03a7a6f

Please sign in to comment.