Skip to content

Commit 4215499

Browse files
fix: info icon width
1 parent f46e1d4 commit 4215499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game/src/components/games-table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ export const GameTable = () => {
154154
<div className="mt-4">
155155
<h1 className="text-2xl font-mono">My Games</h1>
156156

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} />
157+
<div className="py-2 text-blue-200 text-sm font-mono flex gap-2 align-middle items-center">
158+
<InfoIcon className="inline min-w-4 w-4" />
159159
If no one joins a created game within a certain period, it is
160160
automatically pruned from the rollup state.
161161
</div>

0 commit comments

Comments
 (0)