From 539518883f4e2a9a178e0e5e1bb39e29ef8d3827 Mon Sep 17 00:00:00 2001 From: aronmal Date: Wed, 8 Feb 2023 19:54:06 +0100 Subject: [PATCH] global classes rename --- leaky-ships/pages/dev/lobby.tsx | 14 +++++++------- leaky-ships/styles/globals.css | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/leaky-ships/pages/dev/lobby.tsx b/leaky-ships/pages/dev/lobby.tsx index cd672e4..f9e3d41 100644 --- a/leaky-ships/pages/dev/lobby.tsx +++ b/leaky-ships/pages/dev/lobby.tsx @@ -12,7 +12,7 @@ export default function Home() { if (enemy) return const interval = setInterval(() => setDots((e) => (e % 3) + 1), 1000) return () => clearInterval(interval) - }) + }, []) return (
@@ -31,7 +31,7 @@ export default function Home() {
-

+

Leaky
Ships @@ -41,7 +41,7 @@ export default function Home() {
-

+

Game-PIN: 3169

@@ -54,7 +54,7 @@ export default function Home() { edit={true} />

setEnemy((e) => !e)} > VS @@ -62,13 +62,13 @@ export default function Home() { {enemy ? ( ) : ( -

+

Warte auf Spieler 2 {Array.from(Array(dots), () => ".").join("")}

)}
-
@@ -104,7 +104,7 @@ function Player({

diff --git a/leaky-ships/styles/globals.css b/leaky-ships/styles/globals.css index 1583aa5..cd7766b 100644 --- a/leaky-ships/styles/globals.css +++ b/leaky-ships/styles/globals.css @@ -14,10 +14,10 @@ image-rendering: crisp-edges; } -.farro { +.font-farro { font-family: "Farro", sans-serif; } -.CP_Font { +.font-checkpoint { font-family: "CP_Font", sans-serif; }