We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46e1d4 commit 4215499Copy full SHA for 4215499
game/src/components/games-table.tsx
@@ -154,8 +154,8 @@ export const GameTable = () => {
154
<div className="mt-4">
155
<h1 className="text-2xl font-mono">My Games</h1>
156
157
- <div className="py-2 text-blue-200 text-sm font-mono flex gap-2 text-center align-middle items-center">
158
- <InfoIcon className="inline" size={16} />
+ <div className="py-2 text-blue-200 text-sm font-mono flex gap-2 align-middle items-center">
+ <InfoIcon className="inline min-w-4 w-4" />
159
If no one joins a created game within a certain period, it is
160
automatically pruned from the rollup state.
161
</div>
0 commit comments