diff --git a/web/src/components/ArrangePhase.tsx b/web/src/components/ArrangePhase.tsx index 4bb8166..bfe83f0 100644 --- a/web/src/components/ArrangePhase.tsx +++ b/web/src/components/ArrangePhase.tsx @@ -193,13 +193,6 @@ export function ArrangePhase({ view, you, send }: Props) {

The rightmost card fights first. Food cards power up the next pet to their left. - {trailingFoods > 0 && ( - - {' '} - ⚠️ {trailingFoods} food card{trailingFoods > 1 ? 's' : ''} on the far - left will be wasted! - - )}

+ {trailingFoods > 0 && ( +

+ ⚠️ {trailingFoods} food card{trailingFoods > 1 ? 's' : ''} on the far + left will be wasted! +

+ )} +