Skip to content

Commit b1608a2

Browse files
committed
Remove heart icon and adjust text formatting in Home component
1 parent 986d1a3 commit b1608a2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/page.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Logo from "@/public/img/logo-foxeddev.png";
66
import Card from "@/components/Card";
77

88
import { SiGithub, SiDiscord } from "react-icons/si";
9-
import { FaHeart } from "react-icons/fa";
109

1110
export default function Home() {
1211
const now = new Date();
@@ -26,8 +25,8 @@ export default function Home() {
2625
<p className="font-mono text-gray-500 text-4xl">Hi, I&apos;m</p>
2726
<h1 className="font-extrabold text-gray-800 text-9xl">FOXED</h1>
2827
<p className="font-mono text-gray-500 text-xl">
29-
I&apos;m a {now.getFullYear() - 2010} year old developer and designer
30-
from Germany.
28+
I&apos;m a {now.getFullYear() - 2010} year old developer and
29+
designer from Germany.
3130
</p>
3231
</div>
3332
</section>
@@ -59,10 +58,9 @@ export default function Home() {
5958
</h3>
6059
</Card>
6160
<Card cols={2} align="left">
62-
<FaHeart size={32} className="fill-pink-400" />
6361
<div>
6462
<h3 className="font-medium text-2xl">Tech Stack or something</h3>
65-
<p>
63+
<p className="font-mono text-gray-500">
6664
OS:{" "}
6765
<Link
6866
href="https://archlinux.org/"

0 commit comments

Comments
 (0)