Skip to content

Commit 3eae84e

Browse files
committed
test
1 parent 868152e commit 3eae84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const ButtonComponent = ({
207207
vkuiClass="Button__content"
208208
Component="span"
209209
>
210-
{children}
210+
{children}!
211211
</ButtonTypography>
212212
)}
213213
{after && (

0 commit comments

Comments
 (0)