diff --git a/src/components/Notification.tsx b/src/components/Notification.tsx index 5d751b63..073df755 100644 --- a/src/components/Notification.tsx +++ b/src/components/Notification.tsx @@ -1,3 +1,4 @@ +import { IconCircleX } from "@tabler/icons-react"; import type { ErrorResponse } from "@utils/api"; import { cn } from "@utils/helpers"; import classNames from "classnames"; @@ -88,7 +89,7 @@ export default function Notification({ {loading ? ( ) : error ? ( - + ) : ( icon || )}