diff --git a/components/Navbar.vue b/components/Navbar.vue
index 5775eb8..5356cb6 100644
--- a/components/Navbar.vue
+++ b/components/Navbar.vue
@@ -10,15 +10,22 @@
v-if="isEnabledGovernance"
tag="router-link"
to="/governance"
+ data-test="voting_link"
:active="$route.path.includes('governance')"
class="has-tag"
>
{{ $t('governance') }}
-
+
{{ $t('compliance') }}
-
+
{{ $t('docs') }}