diff --git a/.gitignore b/.gitignore
index f827c9d..c752999 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,7 +21,6 @@
node_modules
# Icon must end with two \r
-Icon
# Thumbnails
@@ -47,4 +46,5 @@ ToDo.txt
.env
.docker/volumes
-.tanstack/tmp
\ No newline at end of file
+.tanstack/tmp
+local/
\ No newline at end of file
diff --git a/frontend/index.html b/frontend/index.html
index 0fca6f0..c364d0f 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -2,9 +2,9 @@
-
+
- frontend
+ Stockhome
diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png
new file mode 100644
index 0000000..a9e934e
Binary files /dev/null and b/frontend/public/favicon.png differ
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg
deleted file mode 100644
index 6893eb1..0000000
--- a/frontend/public/favicon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/public/icons.svg b/frontend/public/icons.svg
deleted file mode 100644
index e952219..0000000
--- a/frontend/public/icons.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-
diff --git a/frontend/src/assets/Icon.icon/Assets/logo.png b/frontend/src/assets/Icon.icon/Assets/logo.png
new file mode 100644
index 0000000..bac4958
Binary files /dev/null and b/frontend/src/assets/Icon.icon/Assets/logo.png differ
diff --git a/frontend/src/assets/Icon.icon/icon.json b/frontend/src/assets/Icon.icon/icon.json
new file mode 100644
index 0000000..44c13f9
--- /dev/null
+++ b/frontend/src/assets/Icon.icon/icon.json
@@ -0,0 +1,43 @@
+{
+ "fill" : {
+ "automatic-gradient" : "extended-srgb:0.00000,0.53333,1.00000,1.00000"
+ },
+ "groups" : [
+ {
+ "layers" : [
+ {
+ "fill-specializations" : [
+ {
+ "appearance" : "dark",
+ "value" : {
+ "automatic-gradient" : "srgb:1.00000,1.00000,1.00000,1.00000"
+ }
+ },
+ {
+ "appearance" : "tinted",
+ "value" : {
+ "automatic-gradient" : "extended-srgb:0.00000,0.53333,1.00000,1.00000"
+ }
+ }
+ ],
+ "image-name" : "logo.png",
+ "name" : "logo"
+ }
+ ],
+ "shadow" : {
+ "kind" : "neutral",
+ "opacity" : 0.5
+ },
+ "translucency" : {
+ "enabled" : true,
+ "value" : 0.5
+ }
+ }
+ ],
+ "supported-platforms" : {
+ "circles" : [
+ "watchOS"
+ ],
+ "squares" : "shared"
+ }
+}
\ No newline at end of file
diff --git a/frontend/src/assets/README.md b/frontend/src/assets/README.md
new file mode 100644
index 0000000..03c8097
--- /dev/null
+++ b/frontend/src/assets/README.md
@@ -0,0 +1,5 @@
+# Favicon and Website Logo
+
+The website logo is located in the public folder and the icon is named `favicon.md`.
+
+The `Icon.icon` folder is an Icon Composer file. Open the folder/file on mac with Icon Composer and you can edit the logo.
diff --git a/frontend/src/assets/hero.png b/frontend/src/assets/hero.png
deleted file mode 100644
index 02251f4..0000000
Binary files a/frontend/src/assets/hero.png and /dev/null differ
diff --git a/frontend/src/assets/react.svg b/frontend/src/assets/react.svg
deleted file mode 100644
index 6c87de9..0000000
--- a/frontend/src/assets/react.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/src/assets/vite.svg b/frontend/src/assets/vite.svg
deleted file mode 100644
index 5101b67..0000000
--- a/frontend/src/assets/vite.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx
index fc36a04..10f6434 100644
--- a/frontend/src/components/Sidebar.tsx
+++ b/frontend/src/components/Sidebar.tsx
@@ -82,8 +82,13 @@ export const Sidebar = () => {
-