1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Removed attributes from Docs nav (#7474)

From @riboflavin's recommendations
This commit is contained in:
Alvin Bryan 2024-07-01 11:25:29 +01:00 committed by GitHub
parent 79628d3e7d
commit 2706a09b8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,17 +85,17 @@ module.exports = {
},
{
type: 'html',
value: '<a href="https://www.getunleash.io/enterprise-feature-management-platform" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Product</a>',
value: '<a href="https://www.getunleash.io/enterprise-feature-management-platform" class="navbar__item navbar__link">Product</a>',
position: 'right',
},
{
type: 'html',
value: '<a href="https://www.getunleash.io/plans" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Plans</a>',
value: '<a href="https://www.getunleash.io/plans" class="navbar__item navbar__link">Plans</a>',
position: 'right',
},
{
type: 'html',
value: '<a href="https://www.getunleash.io/blog" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">Blog</a>',
value: '<a href="https://www.getunleash.io/blog" class="navbar__item navbar__link">Blog</a>',
position: 'right',
},
{