Skip to content

Commit e7c09f7

Browse files
authored
Merge pull request #167 from HackHPI/develop
Release
2 parents 7cb5c2a + ca9a33e commit e7c09f7

File tree

10 files changed

+9
-7
lines changed

10 files changed

+9
-7
lines changed

public/favicon.png

-1.45 KB
Loading

src/app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
1111
<head>
1212
<meta charSet="UTF-8"/>
1313
<meta name="viewport" content="width=device-width"/>
14-
<link rel="icon" type="image/svg+xml" href="/HackHPI_white.svg"/>
14+
<link rel="icon" href="/favicon.png"/>
15+
<link rel="apple-touch-icon" href="/favicon.png"/>
1516
<title>
1617
HackHPI 2025 | Health Edition.
1718
</title>
Loading
Loading
Loading
Loading
32.6 KB
Loading
Loading

src/components/Faq/Faq.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ let faqs = [
6969
},
7070
{
7171
title: "When will applications close??",
72-
text: "Applications will open 15th February - 15th March."
72+
text: "Applications will open 16th January - 28th February."
7373
},
7474
{
7575
title: "When will I hear back?",

src/components/Team/Team.jsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ import GeromeQuantmeyerProfile2024 from "../../assets/images/team/2024/gerome_qu
1111
import UliPrantzProfile2024 from "../../assets/images/team/2024/uli_prantz.webp"
1212

1313
import CedricRischeProfile2025 from "../../assets/images/team/2025/cedric_rische.jpg"
14+
import ConstantinSachseProfile2025 from "../../assets/images/team/2025/constantin_sachse.jpg"
1415
import DanielKissProfile2025 from "../../assets/images/team/2025/daniel_kiss.jpg"
16+
import GeromeQuantmeyerProfile2025 from "../../assets/images/team/2025/gerome_quantmeyer.jpg"
17+
import GritManssenProfile2025 from "../../assets/images/team/2025/grit_manssen.jpg"
1518
import JeanneAueProfile2025 from "../../assets/images/team/2025/jeanne_aue.jpg"
1619
import MathildaHeiseProfile2025 from "../../assets/images/team/2025/mathilda_heise.jpg"
1720
import MaximilianPiperProfile2025 from "../../assets/images/team/2025/maximilian_piper.jpg"
1821
import NikolasRiegerProfile2025 from "../../assets/images/team/2025/nikolas_rieger.jpg"
1922
import TanjaLehmannProfile2025 from "../../assets/images/team/2025/tanja_lehmann.jpg"
2023
import ViktorKalvodaProfile2025 from "../../assets/images/team/2025/viktor_kalvoda.jpg"
21-
// import GeromeQuantmeyerProfile2025 from "../../assets/images/team/2025/gerome_quantmeyer.jpg"
22-
// import GritManssenProfile2025 from "../../assets/images/team/2025/grit_manssen.jpg"
2324
import {Avatar, Box, Card, Container, Grid, Link, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
2425
import {LinkedIn} from "@mui/icons-material";
2526
import {useEffect, useState} from "react";
@@ -98,7 +99,7 @@ const teamMembers25 = [
9899
name: "Grit Manssen",
99100
position: "Team Member",
100101
linkedIn: "grit-manssen-0270b023a",
101-
profilePicture: ""
102+
profilePicture: GritManssenProfile2025
102103
},
103104
{
104105
name: "Nikolas Rieger",
@@ -134,7 +135,7 @@ const teamMembers25 = [
134135
name: "Gerome Quantmeyer",
135136
position: "Team Member",
136137
linkedIn: "gerome-quantmeyer-44a90322b",
137-
profilePicture: ""
138+
profilePicture: GeromeQuantmeyerProfile2025
138139
},
139140
{
140141
name: "Jeanne Aue",
@@ -146,7 +147,7 @@ const teamMembers25 = [
146147
name: "Constantin Sachse",
147148
position: "Team Member",
148149
linkedIn: "",
149-
profilePicture: ""
150+
profilePicture: ConstantinSachseProfile2025
150151
},
151152
]
152153

0 commit comments

Comments
 (0)