diff --git a/src/layouts/ArtistLayout.astro b/src/layouts/ArtistLayout.astro index 6445dab..4924c51 100644 --- a/src/layouts/ArtistLayout.astro +++ b/src/layouts/ArtistLayout.astro @@ -122,18 +122,16 @@ const image = imageType ? `${id}.${imageType}` : `${id}.jpg`; } -
- { - showPrevAndNextArtistNavigationLinks ? ( - - ) : null - } -
+ { + showPrevAndNextArtistNavigationLinks ? ( + + ) : null + }