diff --git a/apps/client/src/scenes/game/input/presentation/GameUiPresenter.ts b/apps/client/src/scenes/game/input/presentation/GameUiPresenter.ts index 9c29eff..27cda82 100644 --- a/apps/client/src/scenes/game/input/presentation/GameUiPresenter.ts +++ b/apps/client/src/scenes/game/input/presentation/GameUiPresenter.ts @@ -34,4 +34,4 @@ const remainingHearts = maxHearts - clampedHitCount; return `${"❤️".repeat(remainingHearts)}${"🤍".repeat(clampedHitCount)}`; -}; \ No newline at end of file +};