Skip to content

Commit 4e1096d

Browse files
committed
Update icons
1 parent 6771fc5 commit 4e1096d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

app/not-found.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
import Header from "@/components/sections/Header";
44
import Footer from "@/components/sections/Footer";
5-
import { FaFrown } from "react-icons/fa";
5+
import { FaRegFrown } from "react-icons/fa";
66

77
export 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">

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&apos;m</p>
3030
<h1 className="font-extrabold text-gray-800 text-8xl sm:text-9xl">

public/img/logo.svg

Lines changed: 3 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)