Update Top.tsx

This commit is contained in:
암냥 2025-02-28 19:42:43 +09:00 committed by GitHub
commit 66178931f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ import {
TooltipTrigger,
} from "@/components/ui/tooltip";
import "../../index.css";
import Image from "../../profile.avif";
export default function Top() {
return (
@ -29,7 +30,7 @@ export default function Top() {
<div className="md:w-[55%] select-none avatar-background w-full h-full flex justify-center md:justify-end items-end rounded-3xl mb-8 md:mb-0">
<div className="w-full h-full flex justify-center md:justify-end items-end avatar-background-blur">
<img
src="../profile.avif"
src={Image}
className="w-[60%] max-w-[360px] select-none"
title="Special Thanks to @dob2_"
/>