Skip to content

Commit 8d71c9f

Browse files
author
Joanna Szczęch
authored
#55929 - Fix in newsletter component (#250)
1 parent eefca43 commit 8d71c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/molecules/newsletter/Newsletter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</a-label>
3636

3737
<!-- @slot Button (Named slot) -->
38-
<slot name="button"></slot>
38+
<slot name="button">
3939
<a-button
4040
class="a-newsletter__button"
4141
@click.native.stop.prevent="onSubmit"

0 commit comments

Comments
 (0)