Remove image rotation on club page

This commit is contained in:
Tony Grosinger 2024-01-08 14:43:13 -08:00
parent 0ed3a4df64
commit d935608d0c

View File

@ -52,7 +52,7 @@ export default function Club() {
src={interiorEmptyImage}
alt=""
sizes="(min-width: 1024px) 32rem, 20rem"
className="aspect-square rotate-3 rounded-2xl bg-zinc-100 object-cover dark:bg-zinc-800"
className="aspect-square rounded-2xl bg-zinc-100 object-cover dark:bg-zinc-800"
/>
</div>
</div>