From b728bbe4647ce9e64eca4edb7961831307825f96 Mon Sep 17 00:00:00 2001 From: Damien Allen Date: Sat, 25 May 2024 13:43:15 +0200 Subject: [PATCH] Shortened title --- app/index.html | 8 ++++---- app/src/components/Title.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/index.html b/app/index.html index 113fd0d..11cbf1c 100644 --- a/app/index.html +++ b/app/index.html @@ -9,8 +9,8 @@ { "@context" : "https://schema.org", "@type" : "WebSite", - "name" : "Urban Heat Map", - "alternateName" : ["UHM", "Urban Heat"], + "name" : "Urban Heat", + "alternateName" : ["Urban Heat Island Explorer"], "url" : "https://urbanheat.app/" } @@ -25,10 +25,10 @@ - + - + diff --git a/app/src/components/Title.tsx b/app/src/components/Title.tsx index 204ca1c..91702dc 100644 --- a/app/src/components/Title.tsx +++ b/app/src/components/Title.tsx @@ -29,7 +29,7 @@ export const Title = () => { const classes = useStyles() return (
-
Urban Heat Map
+
Urban Heat
) }