Skip to content

Commit b200483

Browse files
committed
Fix extra space in link
1 parent 04c9e2f commit b200483

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/Link.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ const target = self ? '_self' : '_blank';
1313
target={target}
1414
rel={target === '_blank' ? 'noopener noreferrer' : undefined}
1515
class='not-prose font-normal text-blue-800 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200'
16+
><slot /></a
1617
>
17-
<slot />
18-
</a>

0 commit comments

Comments
 (0)