Skip to content

Commit 05c59e9

Browse files
committed
update alert component default value
1 parent f5cafd6 commit 05c59e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Alert/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Alert.propTypes = {
2424
}
2525

2626
Alert.defaultProps = {
27-
text: 'Alert',
27+
text: 'Alert text',
2828
color: getRandomColor(),
2929
}

0 commit comments

Comments
 (0)