Skip to content

Commit

Permalink
💄 Added outline to OG-image in blog-articles
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Dec 16, 2024
1 parent fe4ad00 commit 3b43ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aksel.nav.no/website/pages/produktbloggen/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const Page = ({ blogg, morePosts, publishDate }: PageProps["props"]) => {
)}
</div>
</div>
<div className="relative mx-auto mt-20 aspect-video w-full max-w-3xl">
<div className="relative mx-auto mt-20 aspect-video w-full max-w-3xl rounded-2xl ring-1 ring-border-subtle">
{blogg?.seo?.image ? (
<Image
src={urlFor(blogg?.seo?.image)
Expand Down

0 comments on commit 3b43ad5

Please sign in to comment.