We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaa686 commit c090027Copy full SHA for c090027
src/components/prize/PrizeTile.tsx
@@ -61,7 +61,7 @@ export function PrizeTile({
61
<div className="flex flex-col justify-center items-center text-center py-6 px-2 gap-y-2 bg-white shadow-md rounded-md">
62
<span className="text-sm">{prize.name}</span>
63
<Image
64
- className="w-50 h-50 object-contain"
+ className="w-[200px] h-[200px] object-contain"
65
width={200}
66
height={200}
67
src={prize.img}
0 commit comments