diff --git a/package.json b/package.json index a5503c2..27e1996 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "tic-tac-toe-world", - "version": "1.3.2", + "version": "1.3.3", "scripts": { "dev": "astro dev --host", "start:build": "astro check && astro build && astro preview --host", diff --git a/src/layouts/FramePage.astro b/src/layouts/FramePage.astro index 0a0859e..6ca07af 100644 --- a/src/layouts/FramePage.astro +++ b/src/layouts/FramePage.astro @@ -14,26 +14,28 @@ const { enabledButtonBack = true }: Props = Astro.props; transition:animate="slide" class="navbar sticky top-0 w-full h-[10dvh] z-20 shadow-lg bg-base-100 *:text-black justify-between lg:justify-around" > - { - enabledButtonBack && ( - - ) - } - - {/* hacer que se le pueda cambiar el color al stroke */} - Tic Tac Toe World - +
+ { + enabledButtonBack && ( + + ) + } + + {/* hacer que se le pueda cambiar el color al stroke */} + Tic Tac Toe World + +
{/* TODO: make the mobile version */} {/* TODO: when there are more internal pages, only put those */}