Skip to content

Commit 603d3e4

Browse files
committed
never believe formatted code
Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
1 parent 1cd2eb2 commit 603d3e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/article/ExternalLink.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ const isExternal = href && !href.startsWith("/") && !href.startsWith("#") && !hr
77
target={isExternal ? "_blank" : undefined}
88
rel={isExternal ? "noopener noreferrer" : undefined}
99
{...Astro.props}
10-
>
11-
<slot />
12-
</a>
10+
><slot /></a>

0 commit comments

Comments
 (0)