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 */} )