Skip to content

Commit

Permalink
fixed image size
Browse files Browse the repository at this point in the history
  • Loading branch information
toufiqfarhan0 committed Aug 31, 2024
1 parent 4d52419 commit 2b0b8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/ContentSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function ContentSearch({ tracks }: { tracks: (Track & { problems: Problem
<img
alt={track.title}
src={track.image}
className="flex mx-2 w-1/6 rounded-xl"
className="flex mx-2 w-1/6 h-1/6 rounded-xl"
/>
<div>
<CardHeader>
Expand Down

0 comments on commit 2b0b8b0

Please sign in to comment.