Skip to content

Commit 74be861

Browse files
authored
Merge pull request #199 from HackHPI/develop
RELEASE
2 parents e6ae10a + 3b3714b commit 74be861

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
1818
</title>
1919
<meta name="theme-color" content="#13101B"/>
2020
<meta name={"description"}
21-
content={"Explore the future of health at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of health."}/>
21+
content={"Explore the future of agriculture and climate at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of agriculture and climate."}/>
2222
</head>
2323
<body>
2424
<AppRouterCacheProvider>
@@ -36,4 +36,4 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
3636
</body>
3737
</html>
3838
)
39-
}
39+
}

src/components/WhatToExpect/WhatToExpect.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function WhatToExpect() {
2828
Join motivated students for two days of
2929
innovation, workshops, and collaboration with top-notch sponsors offering support and
3030
expertise.
31-
Tackle a challenge and dive into the world of health.
31+
Tackle a challenge and dive into the world of agriculture and climate.
3232
</Typography>
3333

3434
</Grid>
@@ -72,4 +72,4 @@ function WhatToExpect() {
7272
)
7373
}
7474

75-
export default WhatToExpect
75+
export default WhatToExpect

0 commit comments

Comments
 (0)