We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad696f commit cd55d59Copy full SHA for cd55d59
1 file changed
app/page.tsx
@@ -90,7 +90,7 @@ export default function HomePage() {
90
91
<div className="flex w-full px-5 flex-col max-sm:mt-2 mt-6 justify-center gap-3">
92
<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" />
+ {/* <WindowsIcon className="max-sm:size-10 size-12" /> */}
94
<Image src="/profile.png" alt="Avatar" width={400} height={400} className="w-full h-full p-2 rounded-2xl" />
95
<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" />
96
</div>
0 commit comments