diff --git a/crates/lanspread-tauri-deno-ts/src/components/calltoplay/NominationCard.tsx b/crates/lanspread-tauri-deno-ts/src/components/calltoplay/NominationCard.tsx
index 834fdb9..2eff269 100644
--- a/crates/lanspread-tauri-deno-ts/src/components/calltoplay/NominationCard.tsx
+++ b/crates/lanspread-tauri-deno-ts/src/components/calltoplay/NominationCard.tsx
@@ -343,7 +343,10 @@ const CardActions = ({
if (accepted && game) onLaunch(game);
})}
>{game ? 'Start now' : 'Mark as running'}
-