From 985948d5595d91b4285d81bb377fb0e45f88eb3a Mon Sep 17 00:00:00 2001 From: Thomas Schley Date: Thu, 5 Dec 2024 14:32:34 +0100 Subject: [PATCH] - fixed: project name --- app/components/Header.tsx | 2 +- app/root.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 2bc3083..b863bcd 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -3,7 +3,7 @@ import styles from './Header.module.css'; import {Link} from 'react-router'; function Header() { - return AquaBrain; + return AquaBRain; } export default Header; \ No newline at end of file diff --git a/app/root.tsx b/app/root.tsx index b98df4c..4679dcc 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -24,7 +24,7 @@ export function Layout({children}: { children: React.ReactNode }) { - 5GLa Visualization + AquaBRain