Skip to content

Commit 859a42f

Browse files
authored
Merge pull request #186 from HackHPI/develop
Fix html header
2 parents e1e9617 + d42220c commit 859a42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
1414
<link rel="icon" href="/favicon.png"/>
1515
<link rel="apple-touch-icon" href="/favicon.png"/>
1616
<title>
17-
HackHPI 2025 | Health Edition.
17+
HackHPI 2026 | Agriculture, Food & Tech
1818
</title>
1919
<meta name="theme-color" content="#13101B"/>
2020
<meta name={"description"}

0 commit comments

Comments
 (0)