Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
</title>
<meta name="theme-color" content="#13101B"/>
<meta name={"description"}
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."}/>
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."}/>
</head>
<body>
<AppRouterCacheProvider>
Expand All @@ -36,4 +36,4 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
</body>
</html>
)
}
}
4 changes: 2 additions & 2 deletions src/components/WhatToExpect/WhatToExpect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function WhatToExpect() {
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.
Tackle a challenge and dive into the world of agriculture and climate.
</Typography>

</Grid>
Expand Down Expand Up @@ -72,4 +72,4 @@ function WhatToExpect() {
)
}

export default WhatToExpect
export default WhatToExpect
Loading