+
{title && {title}}
{description && (
{description}
diff --git a/src/hooks/toast/constants.ts b/src/hooks/toast/constants.ts
index 9d0e167..74c8129 100644
--- a/src/hooks/toast/constants.ts
+++ b/src/hooks/toast/constants.ts
@@ -1,3 +1,3 @@
export const TOAST_LIMIT = 5 // 최대 5개로 제한
-export const TOAST_REMOVE_DELAY = 3000 // 3초 후 DOM에서 제거 (5초에서 3초로 변경)
+export const TOAST_REMOVE_DELAY = 3000 // 3초 후 DOM에서 제거