Skip to content

Commit 7ed6b75

Browse files
committed
feat: replace icon
1 parent e17474a commit 7ed6b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Error.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { XCircle } from "lucide-react";
1+
import { CircleAlert } from "lucide-react";
22
import { Header } from "./Header";
33
import { Card } from "./ui/card";
44

@@ -10,11 +10,11 @@ export function Error() {
1010
</div>
1111
<div className="h-24 flex flex-col flex-1 justify-center">
1212
<Card className="p-8 flex flex-col items-center">
13-
<XCircle className="text-red-600 mb-2 size-8" />
14-
<div className="text-md font-semibold text-gray-600 text-center">
13+
<CircleAlert className="text-red-600 mb-2 size-16" />
14+
<div className="text-xl font-semibold text-gray-600 text-center">
1515
An error occurred
1616
</div>
17-
<div className="text-sm text-gray-600 text-center text-balance">
17+
<div className="text-md mb-4 text-gray-600 text-center text-balance">
1818
If this issue persists, please reach out to us on{" "}
1919
<a
2020
className="underline text-gray-700"

0 commit comments

Comments
 (0)