Skip to content

Commit 7f8e036

Browse files
committed
fix: import fix
1 parent 8916c02 commit 7f8e036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TranslationBannerLegal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEffect, useState } from "react"
2-
import { X } from "lucide-react"
2+
import { MdClose } from "react-icons/md"
33

44
import { Button } from "@/components/ui/buttons/Button"
55

@@ -87,7 +87,7 @@ const TranslationBannerLegal = ({
8787
)}
8888
onClick={() => setIsOpen(false)}
8989
>
90-
<X className="h-4 w-4" />
90+
<MdClose className="h-4 w-4" />
9191
</button>
9292
</div>
9393
</aside>

0 commit comments

Comments
 (0)