Skip to content

Commit

Permalink
- fixed: project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schley committed Dec 5, 2024
1 parent 058fa65 commit 985948d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from './Header.module.css';
import {Link} from 'react-router';

function Header() {
return <Link className={styles.header} to="/">AquaBrain</Link>;
return <Link className={styles.header} to="/">AquaBRain</Link>;
}

export default Header;
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Layout({children}: { children: React.ReactNode }) {
<head>
<meta charSet="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>5GLa Visualization</title>
<title>AquaBRain</title>
<Meta/>
<Links/>
</head>
Expand Down

0 comments on commit 985948d

Please sign in to comment.