Skip to content

Commit e905c3b

Browse files
committed
Revert "test"
This reverts commit 3eae84e.
1 parent 3eae84e commit e905c3b

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)