Skip to content

Commit b60af6f

Browse files
committed
chore: 🤖 adjust layout to fit in tlink view, take 2
1 parent e0c3a61 commit b60af6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎redbrick-rotate-game/src/cards/Spin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const Spin: React.FC = () => {
147147
<>
148148
<img
149149
className={cn(
150-
'-mt-36 max-w-56',
150+
'-mt-36 max-w-48',
151151
isSpinDisabled ? 'cursor-not-allowed' : 'cursor-pointer'
152152
)}
153153
onClick={onSpin}

0 commit comments

Comments
 (0)