Skip to content

Commit

Permalink
minor-feat: add & modified titles and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanFama592 committed Feb 10, 2024
1 parent 8410975 commit 5f29e55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import FramePage from "@/layouts/FramePage.astro";

<Html
title="Pagina no encontrada"
description=""
description="Lo sentimos, la página que estás buscando no ha sido encontrada o ha sido eliminada en Tic Tac Toe World. Sin embargo, tenemos una amplia variedad de contenido disponible para ti. Explora nuestro sitio para descubrir más juegos, información y diversión."
>
<FramePage enabledButtonBack={false}>
<div class="flex items-center justify-center size-full m-auto">
Expand Down
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ export const sections: ISections = {
};
---

<Html title="Welcome to Tic Tac Toe World." description="">
<Html
title="Bienvenido a Tic Tac Toe World"
description="Bienvenido a Tic Tac Toe World, donde encontrarás una versión avanzada y personalizable del clásico juego de Tic Tac Toe. Sumérgete en una experiencia de juego única y descubre emocionantes modos de juego, incluyendo tableros de hasta 7x7 y la posibilidad de concatenar líneas para hacer combos. ¡Juega ahora y disfruta de la emoción de reinventar el clásico Tic Tac Toe!">
<meta property="og:type" content="website" slot="head">
<FramePage enabledButtonBack={false}>
{/* Header */}
Expand Down
4 changes: 3 additions & 1 deletion src/pages/play.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import Html from "@/layouts/LayoutHTML.astro";
import FramePage from "@/layouts/FramePage.astro";
import ConstructorGame from "@/components/react/ConstructorGame";
---
<Html title="Tic Tac Toe SP">
<Html
title="Tic Tac Toe World: Juega una partida!"
description="¡Juega una emocionante partida de Tic Tac Toe en Tic Tac Toe World! Personaliza tu experiencia y sumérgete en el clásico juego reinventado. ¡Comienza a jugar ahora y demuestra tus habilidades estratégicas!">
<meta property="og:type" content="game" slot="head">
<FramePage>
<div class="m-5 overflow-auto">
Expand Down

0 comments on commit 5f29e55

Please sign in to comment.