Skip to content

Commit

Permalink
fix(PDYE-1136): orden archivos y correcciones estilo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Montoya committed Mar 7, 2025
1 parent 9b3d3e3 commit 56211bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/organisms/Alerts/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Close } from '@/atoms/Icons'
* state='info'
* buttonName='Texto botón'
* buttonIcon={<Multimedia />}
* onClick={() => alert('hola ')}
* onClick={() => alert('hola')}
* m='0 20px'>
* Mensaje
* </Alert>
Expand Down

0 comments on commit 56211bd

Please sign in to comment.