File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33import Header from "@/components/sections/Header" ;
44import Footer from "@/components/sections/Footer" ;
5- import { FaFrown } from "react-icons/fa" ;
5+ import { FaRegFrown } from "react-icons/fa" ;
66
77export default function Error ( ) {
88 return (
99 < >
1010 < Header >
11- < FaFrown className = "- mt-36 size-64" />
11+ < FaRegFrown className = "bg-gray-800 - mt-36 p-8 rounded-full size-64 text-white " />
1212 < div className = "flex flex-col items-center gap-2 text-center" >
1313 < p className = "font-mono text-gray-500 text-4xl" > Error</ p >
1414 < h1 className = "font-extrabold text-gray-800 text-8xl sm:text-9xl" >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function Home() {
2424 return (
2525 < >
2626 < Header >
27- < Image src = { Logo } alt = "" className = "- mt-36 size-64" > </ Image >
27+ < Logo className = "bg-gray-800 - mt-36 rounded-full size-64 text-white " > </ Logo >
2828 < div className = "flex flex-col items-center gap-2 text-center" >
2929 < p className = "font-mono text-gray-500 text-4xl" > Hi, I'm</ p >
3030 < h1 className = "font-extrabold text-gray-800 text-8xl sm:text-9xl" >
You can’t perform that action at this time.
0 commit comments