Skip to content

Commit 1813570

Browse files
rm linkout class
1 parent 63c5878 commit 1813570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LinkOut.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let slotContent = await Astro.slots.render('default')
55
slotContent = slotContent.replace(/^<p>(.*)<\/p>$/s, '$1').trim()
66
---
77

8-
<a href={href} target="_blank" rel="noopener noreferrer" class="link-out"><Fragment set:html={slotContent} />{withIcon && <span class="icon"></span>}</a>
8+
<a href={href} target="_blank" rel="noopener noreferrer"><Fragment set:html={slotContent} />{withIcon && <span class="icon"></span>}</a>
99

1010
<style>
1111
.link-out {

0 commit comments

Comments
 (0)