From fc7cf73977a34d61c62c13206e9ff7c021cbe689 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 14 Sep 2024 00:21:06 +0100 Subject: [PATCH] fix build text --- src/components/footer.tsx | 11 ++++++----- src/components/leaderboard/leaderboard-score.tsx | 2 +- src/components/player/player-scores.tsx | 2 +- .../{player => }/score/leaderboard-button.tsx | 0 src/components/{player => }/score/score-button.tsx | 6 +++++- src/components/{player => }/score/score-buttons.tsx | 0 src/components/{player => }/score/score-info.tsx | 0 src/components/{player => }/score/score-rank-info.tsx | 0 src/components/{player => }/score/score-stats.tsx | 0 src/components/{player => }/score/score.tsx | 0 10 files changed, 13 insertions(+), 8 deletions(-) rename src/components/{player => }/score/leaderboard-button.tsx (100%) rename src/components/{player => }/score/score-button.tsx (89%) rename src/components/{player => }/score/score-buttons.tsx (100%) rename src/components/{player => }/score/score-info.tsx (100%) rename src/components/{player => }/score/score-rank-info.tsx (100%) rename src/components/{player => }/score/score-stats.tsx (100%) rename src/components/{player => }/score/score.tsx (100%) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index b03b808..f1932ca 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -22,11 +22,12 @@ export default function Footer() { return (
-

- Build: {buildId} ({buildTime}) - ({buildTimeShort}) -

-
+
+

Build: {buildId}

+

({buildTime})

+

({buildTimeShort})

+
+
{items.map((item, index) => { return (