We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c9e2f commit b200483Copy full SHA for b200483
1 file changed
src/components/Link.astro
@@ -13,6 +13,5 @@ const target = self ? '_self' : '_blank';
13
target={target}
14
rel={target === '_blank' ? 'noopener noreferrer' : undefined}
15
class='not-prose font-normal text-blue-800 hover:text-blue-700 dark:text-blue-300 dark:hover:text-blue-200'
16
+ ><slot /></a
17
>
- <slot />
18
-</a>
0 commit comments