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 @@