diff --git a/apps/dokploy/components/icons/notification-icons.tsx b/apps/dokploy/components/icons/notification-icons.tsx index 0f3a37729..10bccbcd4 100644 --- a/apps/dokploy/components/icons/notification-icons.tsx +++ b/apps/dokploy/components/icons/notification-icons.tsx @@ -232,48 +232,48 @@ export const NtfyIcon = ({ className }: Props) => { ); }; -export const PushoverIcon = ({ className }: Props) => { - return ( - - - - - - - ); -}; - -export const ResendIcon = ({ className }: Props) => { - return ( - - - - - ); -}; +export const PushoverIcon = ({ className }: Props) => { + return ( + + + + + + + ); +}; + +export const ResendIcon = ({ className }: Props) => { + return ( + + + + + ); +};