From dbb8a2a4a2eabc27ecea84868e798da174eb20ae Mon Sep 17 00:00:00 2001 From: yuiseki Date: Sat, 15 Jun 2024 16:24:02 +0900 Subject: [PATCH] feat: Update page title and header in index.html and App.tsx --- index.html | 2 +- src/App.tsx | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 450610e..280ad50 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - foil4g + FOIL4G - UN Open GIS
diff --git a/src/App.tsx b/src/App.tsx index bacd447..1abaf7d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,10 @@ import { OpenStreetMapOrgRaster } from './components/OpenStreetMapOrgRaster' function App() { return ( - <> +
+

FOIL4G - UN Open GIS

- +
) }