Update Top.tsx

This commit is contained in:
암냥 2025-02-28 19:40:55 +09:00 committed by GitHub
commit 7595fbbaf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,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="https://f.imnya.ng/profile/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.avif"
src="../profile.avif"
className="w-[60%] max-w-[360px] select-none"
title="Special Thanks to @dob2_"
/>
@ -48,4 +48,4 @@ export default function Top() {
</div>
</div>
);
}
}