diff --git a/frontend/src/components/base/Toast.astro b/frontend/src/components/base/Toast.astro index a2efb15..51ac5ea 100644 --- a/frontend/src/components/base/Toast.astro +++ b/frontend/src/components/base/Toast.astro @@ -36,7 +36,7 @@ ${type === 'success' ? '' : ''} ${type === 'error' ? '' : ''} ${type === 'warning' ? '' : ''} - ${type === 'info' ? '' : ''} + ${type === 'info' ? '' : ''} ${message}