Skip to content

Commit

Permalink
More space between author and text
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed May 31, 2024
1 parent 3e44c44 commit 416bfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/ArtistLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const image = imageType ? `${id}.${imageType}` : `${id}.jpg`;
Tekst: {author}
</ImageAndLabel>
) : author ? (
<>Tekst: {author}</>
<span>Tekst: {author}</span>
) : null
}
<article class="prose prose-quoteless-blockquotes">
Expand Down

0 comments on commit 416bfaf

Please sign in to comment.