Skip to content

Commit 549aa81

Browse files
ErioldDaniel Montoya
andauthored
fix(): dropdown deploy (#663)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 372428c commit 549aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/Alerts/Alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Close } from '@/atoms/Icons'
1515
* state='info'
1616
* buttonName='Texto botón'
1717
* buttonIcon={<Multimedia />}
18-
* onClick={() => alert('hola')}
18+
* onClick={() => alert('hola ')}
1919
* m='0 20px'>
2020
* Mensaje
2121
* </Alert>

0 commit comments

Comments
 (0)