diff --git a/bun.lockb b/bun.lockb
index d614143..f984b6d 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 8d1514f..da70bc2 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,7 @@
},
"dependencies": {
"@eslint/js": "^9.1.1",
+ "feather-icons": "^4.29.1",
"sharp": "^0.33.3",
"typescript-eslint": "^7.7.1",
"vite-plugin-image-optimizer": "^1.1.7",
diff --git a/src/index.html b/src/index.html
index 62b7b5f..79c476c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -6,6 +6,11 @@
{{ template "title" . }}
{{ block "scripts" . }}{{end}}
{{ viteAsset "/styles/app.css" }}
+
diff --git a/src/styles/editor.css b/src/styles/editor.css
deleted file mode 100644
index 998b7e1..0000000
--- a/src/styles/editor.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.editor-control-selected {
-
-}
\ No newline at end of file
diff --git a/src/views/components/navbar.html b/src/views/components/navbar.html
index fd373a6..7970f0b 100644
--- a/src/views/components/navbar.html
+++ b/src/views/components/navbar.html
@@ -25,10 +25,22 @@
-
-
- {{ viteAsset "/assets/download.png" `alt="user profile image"` }}
+
+
+
+ {{ viteAsset "/assets/download.png" `alt="user profile image"` }}
+
+