We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fae8f commit d3f2679Copy full SHA for d3f2679
src/organisms/Alerts/Alert.tsx
@@ -15,7 +15,7 @@ import { Close } from '@/atoms/Icons'
15
* state='info'
16
* buttonName='Texto botón'
17
* buttonIcon={<Multimedia />}
18
- * onClick={() => alert('hola ')}
+ * onClick={() => alert('hola')}
19
* m='0 20px'>
20
* Mensaje
21
* </Alert>
0 commit comments