From 51d3e7d377fba95d5d3c1d0ff153958caabf309c Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 17:07:06 +0200 Subject: [PATCH] ?; moved env back just hardcoded team name in; Hello19 --- public/.env => .env | 0 public/index.html | 2 +- src/contents/Home.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename public/.env => .env (100%) diff --git a/public/.env b/.env similarity index 100% rename from public/.env rename to .env diff --git a/public/index.html b/public/index.html index adfb9f90..10738fde 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ <!-- <script type="text/javascript" defer src="./assets/js/mapscript.js" charset="utf-8"> </script> --> <!-- <script type="module" src="/dist/mapscript.js"></script> --> - <title>%VITE_TEAM_NAME% - iGEM %VITE_TEAM_YEAR%</title> + <title>Bielefeld-CeBiTec - iGEM 2024</title> </head> <body> <div id="root"></div> diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index 630ee402..1840ba13 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -8,7 +8,7 @@ export function Home() { <div className="col"> <h2>Wiki under construction!</h2> <hr /> - Hello18 + Hello19 </div> </div> <div className="row"> -- GitLab