Skip to content

Commit ae39522

Browse files
authored
Merge pull request #165 from HackHPI/fix-favicon-for-google
Fix favicon for Google, add favicon for Apple devices
2 parents aaf7724 + 139d61e commit ae39522

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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>

0 commit comments

Comments
 (0)