rename to ultimate tic tac toe

This commit is contained in:
Daniel Bulant 2023-01-20 21:51:16 +01:00
parent 3ceae76208
commit af7f4e0bd0
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<svelte:head>
<title>Slightly complicated tictactoe</title>
<title>Ultimate tictactoe</title>
</svelte:head>
<main class="flex items-center justify-center flex-col">

View file

@ -4,7 +4,7 @@
</script>
<svelte:head>
<title>Slightly complicated tictactoe</title>
<title>Ultimate tictactoe</title>
</svelte:head>
<Game />

View file

@ -40,7 +40,7 @@
</script>
<svelte:head>
<title>Slightly complicated tictactoe</title>
<title>Ultimate tictactoe</title>
</svelte:head>
{#if !$connection}