diff --git a/index.html b/index.html
index 5fc9763..505e06e 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
sheet-music-trainer
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..141ae08
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,17 @@
+
diff --git a/src/App.tsx b/src/App.tsx
index c415013..c2085ef 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -420,13 +420,6 @@ function App() {
-
+
)}
diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx
index 6893674..9f46726 100644
--- a/src/components/Logo.tsx
+++ b/src/components/Logo.tsx
@@ -3,9 +3,9 @@ import React from 'react';
export const Logo: React.FC<{ className?: string }> = ({ className }) => {
return (