We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab421b9 commit abed507Copy full SHA for abed507
game/src/components/past-games/da-image.tsx
@@ -10,7 +10,7 @@ export const DAImage = (props: DAImageProps) => {
10
const { da, width = 20, height = 20 } = props;
11
return (
12
<img
13
- className="rounded-full"
+ className="rounded-full min-w-5 min-h-5"
14
src={`https://assets.stackrlabs.xyz/${da}.png`}
15
alt={DA_NAME[da]}
16
width={width}
0 commit comments