From 4f039bb6a2378e9a1a21a3e24c419e4757deb245 Mon Sep 17 00:00:00 2001 From: apetitco Date: Thu, 11 Dec 2025 14:56:15 +0100 Subject: [PATCH] (other_game) : Added link to tic-tac-toe game on side menu --- frontend/index.html | 2 ++ frontend/src/pages/index.ts | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 5163217..9a6ac5f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -28,6 +28,7 @@ 👤 Login 👤 Signin 👤 Chat + ⭕ Tic-Tac-Toe ⚙️ Settings 🚪 Logout @@ -49,6 +50,7 @@ + diff --git a/frontend/src/pages/index.ts b/frontend/src/pages/index.ts index d860208..dfab156 100644 --- a/frontend/src/pages/index.ts +++ b/frontend/src/pages/index.ts @@ -5,7 +5,6 @@ import './login/login.ts' import './signin/signin.ts' import './ttt/ttt.ts' import './profile/profile.ts' -import './ttt/ttt.ts' // ---- Initial load ---- setTitle("");