From 406abfad61a2ffd4dec67bd626a5292890a5b636 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Wed, 27 Aug 2025 08:36:44 -0600 Subject: [PATCH] =?UTF-8?q?feat:=20update=20project=20name=20from=20"G?= =?UTF-8?q?=C3=A9nesis"=20to=20"Acad-IA"=20in=20HTML=20and=20manifest=20fi?= =?UTF-8?q?les;=20reflect=20branding=20changes=20in=20the=20App=20componen?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/manifest.json | 4 ++-- src/routes/index.tsx | 9 +++------ 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 70f352a..c21b92c 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ /> - Genesis - La Salle + Acad-IA - La Salle
diff --git a/public/manifest.json b/public/manifest.json index 0185032..093a48f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Genesis", - "name": "Genesis - La Salle", + "short_name": "Acad-IA", + "name": "Acad-IA - La Salle", "icons": [ { "src": "favicon.ico", diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 6223b4f..18345ef 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -12,7 +12,7 @@ function App() {
{/* Navbar */}
-

Génesis

+

Acad-IA

-
{/* Footer */} )