diff --git a/dashboard/src/components/Headerbar.vue b/dashboard/src/components/Headerbar.vue
index 510e1ebc9..0b382f6fd 100644
--- a/dashboard/src/components/Headerbar.vue
+++ b/dashboard/src/components/Headerbar.vue
@@ -1,5 +1,9 @@
@@ -87,6 +104,13 @@ onMounted(async () => {
+
+
+
{{ $t('support.help.title') }}
+
+
+
+
+
+
@@ -132,6 +157,13 @@ onMounted(async () => {
color: var(--pankow-color-primary-hover);
}
+.help-title {
+ font-size: 20px;
+ padding-bottom: 10px;
+ margin: 0;
+ border-bottom: 1px solid var(--pankow-input-border-color);
+}
+
.notification-item {
margin-bottom: 10px;
padding-bottom: 10px;