Skip to content

Commit

Permalink
feat(client): Update platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Oct 31, 2024
1 parent cc4f0cc commit 9e27dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/navigation/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const Logo = () => {
return (
<div
className={cn({
"absolute left-10 top-6 z-20 w-[200px] text-[15px] font-semibold leading-[18px] text-white transition-all duration-500 ease-out":
"absolute left-10 top-6 z-20 w-[150px] text-[15px] font-semibold leading-[18px] text-white transition-all duration-500 ease-out":
true,
"translate-x-6 text-rhino-blue-950": state === "collapsed",
})}
>
Hydrological Information Management Systems
Geospatial Visualization Tool
</div>
);
};
Expand Down

0 comments on commit 9e27dc9

Please sign in to comment.