Updated the logo path from vite.svg -> logo.svg

This commit is contained in:
Mathias Wagner 2023-06-08 21:58:54 +02:00
parent 55910a8944
commit 4c82a91b8a

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CountryGuessr</title>
</head>