diff --git a/appview/pages/templates/layouts/fragments/topbar.html b/appview/pages/templates/layouts/fragments/topbar.html
index 685a75b7..1d1a15bd 100644
--- a/appview/pages/templates/layouts/fragments/topbar.html
+++ b/appview/pages/templates/layouts/fragments/topbar.html
@@ -11,6 +11,7 @@
{{ with .LoggedInUser }}
{{ block "newButton" . }} {{ end }}
{{ template "notifications/fragments/bell" }}
+ {{ block "searchButton" . }} {{ end }}
{{ block "profileDropdown" . }} {{ end }}
{{ else }}
login
@@ -42,6 +43,10 @@
{{ end }}
+{{ define "searchButton" }}
+{{ i "search" "size-5 text-gray-500 dark:text-gray-400" }}
+{{ end }}
+
{{ define "profileDropdown" }}
diff --git a/appview/pages/templates/notifications/fragments/bell.html b/appview/pages/templates/notifications/fragments/bell.html
index 3dec7cef..5cb45d74 100644
--- a/appview/pages/templates/notifications/fragments/bell.html
+++ b/appview/pages/templates/notifications/fragments/bell.html
@@ -4,7 +4,7 @@
hx-target="#notification-count"
hx-trigger="load, every 30s">
- {{ i "bell" "w-5 h-5" }}
+ {{ i "bell" "size-5" }}