We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8930b commit 56ff3f8Copy full SHA for 56ff3f8
app/page.tsx
@@ -2,7 +2,7 @@
2
3
import Image from "next/image";
4
import Link from "next/link";
5
-import Logo from "@/public/img/logo.png";
+import Logo from "@/public/img/logo.svg";
6
import Card from "@/components/Card";
7
8
import { SiGithub, SiDiscord } from "react-icons/si";
@@ -24,7 +24,7 @@ export default function Home() {
24
return (
25
<>
26
<Header>
27
- <Image src={Logo} alt="" className="-mt-36"></Image>
+ <Image src={Logo} alt="" className="-mt-36 size-64"></Image>
28
<div className="flex flex-col items-center gap-2 text-center">
29
<p className="font-mono text-gray-500 text-4xl">Hi, I'm</p>
30
<h1 className="font-extrabold text-gray-800 text-8xl sm:text-9xl">
public/img/logo.svg
0 commit comments