diff --git a/appview/pages/templates/layouts/fragments/topbar.html b/appview/pages/templates/layouts/fragments/topbar.html index 0158e26c..3e226a9b 100644 --- a/appview/pages/templates/layouts/fragments/topbar.html +++ b/appview/pages/templates/layouts/fragments/topbar.html @@ -15,7 +15,7 @@ {{ with .LoggedInUser }} {{ block "newButton" . }} {{ end }} {{ template "notifications/fragments/bell" }} - {{ block "dropDown" . }} {{ end }} + {{ block "profileDropdown" . }} {{ end }} {{ else }} login or @@ -33,7 +33,7 @@ {{ i "plus" "w-4 h-4" }} -
+
{{ i "book-plus" "w-4 h-4" }} new repository @@ -46,11 +46,9 @@ {{ end }} -{{ define "dropDown" }} +{{ define "profileDropdown" }}