Skip to content

Commit

Permalink
fix: clipped classname
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Mar 16, 2024
1 parent ad43d72 commit 2563fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/profile/GymBadges.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function BadgeTile({ badge, ...gym }) {
const badgeIcon = useMemory((s) => s.Icons.getMisc(`badge_${badge}`))

return badge ? (
<Box className="vgrid-" minHeight={200}>
<Box className="vgrid-item" minHeight={200}>
<IconButton
className="vgrid-icon"
disabled={gym.deleted}
Expand Down

0 comments on commit 2563fb7

Please sign in to comment.