Skip to content

Commit cd55d59

Browse files
committed
🤣 remove center profile icon
1 parent 3ad696f commit cd55d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function HomePage() {
9090

9191
<div className="flex w-full px-5 flex-col max-sm:mt-2 mt-6 justify-center gap-3">
9292
<div className="max-sm:size-20 relative size-32 bg-gray-100 rounded-full mx-auto mb-4 flex items-center justify-center ring-2 ring-amber-200 ring-offset-4">
93-
<WindowsIcon className="max-sm:size-10 size-12" />
93+
{/* <WindowsIcon className="max-sm:size-10 size-12" /> */}
9494
<Image src="/profile.png" alt="Avatar" width={400} height={400} className="w-full h-full p-2 rounded-2xl" />
9595
<Image src="/cambodia-flag-icon-128.png" alt="Avatar" width={120} height={120} className="absolute ring-2 bottom-1 -right-2 ring-amber-200 rounded w-9 hover:scale-110 transition-all duration-300 h-6 object-cover" />
9696
</div>

0 commit comments

Comments
 (0)