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" }}