File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import { XCircle } from "lucide-react" ;
1
+ import { CircleAlert } from "lucide-react" ;
2
2
import { Header } from "./Header" ;
3
3
import { Card } from "./ui/card" ;
4
4
@@ -10,11 +10,11 @@ export function Error() {
10
10
</ div >
11
11
< div className = "h-24 flex flex-col flex-1 justify-center" >
12
12
< 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" >
15
15
An error occurred
16
16
</ 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" >
18
18
If this issue persists, please reach out to us on{ " " }
19
19
< a
20
20
className = "underline text-gray-700"
You can’t perform that action at this time.
0 commit comments