diff --git a/frontend/app/components/modules/project/components/shared/header.vue b/frontend/app/components/modules/project/components/shared/header.vue
index 51ae84b3..aacf49f8 100644
--- a/frontend/app/components/modules/project/components/shared/header.vue
+++ b/frontend/app/components/modules/project/components/shared/header.vue
@@ -15,35 +15,40 @@ SPDX-License-Identifier: MIT
class="ease-linear transition-all"
:class="scrollTop > 50 ? 'py-3 md:py-4' : 'py-3 md:py-6'"
>
-
-
-
-
+
+
+
+
+
+
-
-
-
- {{ props.project?.name }}
-
- /
+
+ {{ props.project?.name }}
+
+ /
+
+
@@ -145,18 +150,6 @@ SPDX-License-Identifier: MIT
/>
Report issue
-
-
+
-
+
-
-
-
-
-
-
-
-
+ />
diff --git a/frontend/app/components/modules/widget/components/shared/widget-area.vue b/frontend/app/components/modules/widget/components/shared/widget-area.vue
index 6ec77048..408e58f5 100644
--- a/frontend/app/components/modules/widget/components/shared/widget-area.vue
+++ b/frontend/app/components/modules/widget/components/shared/widget-area.vue
@@ -3,7 +3,7 @@ Copyright (c) 2025 The Linux Foundation and each contributor.
SPDX-License-Identifier: MIT
-->
-