diff --git a/package.json b/package.json index 15bd2ac..fcb7bcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "tic-tac-toe-world", - "version": "1.2.9", + "version": "1.2.10", "scripts": { "dev": "astro dev --host", "start:build": "astro check && astro build && astro preview --host", diff --git a/src/pages/404.astro b/src/pages/404.astro index f977b4e..4fcdaea 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -5,7 +5,7 @@ import FramePage from "@/layouts/FramePage.astro";
diff --git a/src/pages/index.astro b/src/pages/index.astro index 78c258d..86fda6f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -93,7 +93,9 @@ export const sections: ISections = { }; --- - + {/* Header */} diff --git a/src/pages/play.astro b/src/pages/play.astro index a8121c9..fff9a8a 100644 --- a/src/pages/play.astro +++ b/src/pages/play.astro @@ -3,7 +3,9 @@ import Html from "@/layouts/LayoutHTML.astro"; import FramePage from "@/layouts/FramePage.astro"; import ConstructorGame from "@/components/react/ConstructorGame"; --- - +