From af7f4e0bd064fd5c6c0b2c28a640be1beb7d19ac Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 20 Jan 2023 21:51:16 +0100 Subject: [PATCH] rename to ultimate tic tac toe --- client/src/routes/+page.svelte | 2 +- client/src/routes/localplay/+page.svelte | 2 +- client/src/routes/multiplayer/+page.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/routes/+page.svelte b/client/src/routes/+page.svelte index 5f48696..eafafea 100644 --- a/client/src/routes/+page.svelte +++ b/client/src/routes/+page.svelte @@ -1,5 +1,5 @@ - Slightly complicated tictactoe + Ultimate tictactoe
diff --git a/client/src/routes/localplay/+page.svelte b/client/src/routes/localplay/+page.svelte index fde1e13..41aa060 100644 --- a/client/src/routes/localplay/+page.svelte +++ b/client/src/routes/localplay/+page.svelte @@ -4,7 +4,7 @@ - Slightly complicated tictactoe + Ultimate tictactoe \ No newline at end of file diff --git a/client/src/routes/multiplayer/+page.svelte b/client/src/routes/multiplayer/+page.svelte index aa8ba93..14f0659 100644 --- a/client/src/routes/multiplayer/+page.svelte +++ b/client/src/routes/multiplayer/+page.svelte @@ -40,7 +40,7 @@ - Slightly complicated tictactoe + Ultimate tictactoe {#if !$connection}