Skip to content

Commit

Permalink
Merge pull request #133 from HackHPI/feature/website-2.0-favicon
Browse files Browse the repository at this point in the history
Added favicon
  • Loading branch information
DerCed authored Feb 28, 2024
2 parents ab1c4ec + aca61c6 commit 5465dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
<head>
<meta charSet="UTF-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/svg" href="/HackHPI24_white.png"/>
<link rel="icon" type="image/png" href="/favicon.png"/>
<title>
HackHPI 2024 | tomorrow's reality, today's vision. smart cities edition.
</title>
Expand Down
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5465dfe

Please sign in to comment.