feat(ui): add icons to destructible alert

This commit is contained in:
shafin-r
2025-08-23 13:51:11 +06:00
parent 46608356ee
commit 84bc192e02
3 changed files with 24 additions and 31 deletions

View File

@ -2,8 +2,16 @@
import React, { useState, useEffect } from "react";
import BackgroundWrapper from "@/components/BackgroundWrapper";
import { Bookmark, BookmarkCheck, ListFilter, MoveLeft } from "lucide-react";
import {
Bookmark,
BookmarkCheck,
Check,
ListFilter,
MoveLeft,
OctagonX,
} from "lucide-react";
import { useRouter } from "next/navigation";
import DestructibleAlert from "@/components/DestructibleAlert";
interface Question {
id: number;