From 9e27dc9d0679723bdb60605ae5f6d03d06652f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Thu, 31 Oct 2024 13:25:26 +0100 Subject: [PATCH] feat(client): Update platform name --- client/src/app/layout.tsx | 4 ++-- client/src/components/navigation/logo.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx index 5910464..810e742 100644 --- a/client/src/app/layout.tsx +++ b/client/src/app/layout.tsx @@ -10,8 +10,8 @@ import "./globals.css"; export const metadata: Metadata = { title: { - template: "%s | Hydrological Information Management Systems", - default: "Hydrological Information Management Systems", + template: "%s | Geospatial Visualization Tool", + default: "Geospatial Visualization Tool", }, description: "Pilot for flood and drought hazard maps in South Sudan, enhancing access to water management data and supporting informed decision-making.", diff --git a/client/src/components/navigation/logo.tsx b/client/src/components/navigation/logo.tsx index a48387c..40452f4 100644 --- a/client/src/components/navigation/logo.tsx +++ b/client/src/components/navigation/logo.tsx @@ -8,12 +8,12 @@ const Logo = () => { return (
- Hydrological Information Management Systems + Geospatial Visualization Tool
); };