diff --git a/src/components/custom-toast.tsx b/src/components/custom-toast.tsx
index 572526e..463438a 100644
--- a/src/components/custom-toast.tsx
+++ b/src/components/custom-toast.tsx
@@ -53,7 +53,6 @@ import {
LuCheckCheck,
LuDownload,
LuRefreshCw,
- LuRocket,
LuTriangleAlert,
} from "react-icons/lu";
import type { ExternalToast } from "sonner";
@@ -142,23 +141,23 @@ function getToastIcon(type: ToastProps["type"], stage?: string) {
case "version-update":
return (
-
+
{title}
@@ -217,7 +216,7 @@ export function UnifiedToast(props: ToastProps) { }} />