Skip to content

Commit

Permalink
Bugfix slot was missing in Button
Browse files Browse the repository at this point in the history
  • Loading branch information
silveltman committed Oct 21, 2024
1 parent 8404baf commit 5818466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const {
<Icon name={icon} />
<Fragment set:html={html} />
<Fragment set:text={text} />
<slot />
</Root>

<style is:global lang="scss">
Expand Down

0 comments on commit 5818466

Please sign in to comment.