Skip to content

Commit

Permalink
fix: remove invalid rule
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 committed May 19, 2024
1 parent ea6a78f commit 5fc1ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/class-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ClassItem = ({clazz}: {clazz: StandardClass | HomebrewClass}) => {
</p>
<Link href={'classi/' + clazz.slug}>Vai alla scheda →</Link>
</div>
<div className="w-20 h-36 md:w-28 md:h-48 relative aspect-square">
<div className="w-20 h-36 md:w-28 md:h-48 relative overflow-hidden">
<Image className="object-cover object-center rounded-lg" src={clazz.showcase.imageUrl} alt={clazz.showcase.heroName} fill={true} />
</div>
</div>;
Expand Down

0 comments on commit 5fc1ea5

Please sign in to comment.