diff --git a/src/app/modules/vault-filter/components/organization-filter.component.html b/src/app/modules/vault-filter/components/organization-filter.component.html
index 73e2e3ba..11459bf3 100644
--- a/src/app/modules/vault-filter/components/organization-filter.component.html
+++ b/src/app/modules/vault-filter/components/organization-filter.component.html
@@ -10,6 +10,14 @@
+
+
+
+
+ {{ "newOrganization" | i18n }}
+
+
+
diff --git a/src/scss/vault-filters.scss b/src/scss/vault-filters.scss
index 49acf890..e0e38da7 100644
--- a/src/scss/vault-filters.scss
+++ b/src/scss/vault-filters.scss
@@ -95,7 +95,8 @@
display: flex;
align-items: center;
- button {
+ button,
+ a {
@extend .no-btn;
}
@@ -115,6 +116,7 @@
@include themify($themes) {
color: themed("linkColor") !important;
}
+ text-decoration: none;
}
}