Skip to content

Commit

Permalink
Fix TweetLink whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Nov 26, 2024
1 parent 94fd3e0 commit d3e6203
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/src/components/Tweet/twitter-theme/TweetLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ interface Props {
}
---

<a href={Astro.props.href} class={s.root} target="_blank" rel="noopener noreferrer">
<slot />
</a>
<a href={Astro.props.href} class={s.root} target="_blank" rel="noopener noreferrer"><slot /></a>

0 comments on commit d3e6203

Please sign in to comment.