diff --git a/docusaurus.config.js b/docusaurus.config.js index 900d9a73b55..215a647d839 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -135,11 +135,6 @@ module.exports = { label: 'Elemental', className: 'navbar__icon navbar__elemental' }, - { - href: 'https://epinio.io/', - label: 'Epinio', - className: 'navbar__icon navbar__epinio' - }, { href: 'https://fleet.rancher.io/', label: 'Fleet', @@ -150,6 +145,11 @@ module.exports = { label: 'Harvester', className: 'navbar__icon navbar__harvester' }, + { + href: 'https://rancherdesktop.io/', + label: 'Rancher Desktop', + className: 'navbar__icon navbar__rancher__desktop' + }, { type: 'html', value: '
', diff --git a/src/css/custom.css b/src/css/custom.css index 06916d9f969..7172cf684c5 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -243,15 +243,6 @@ a.btn.navbar__github::before { background-color: #7100d4; } -.navbar__epinio:before { - mask: url(/static/img/header/icon-epinio.png) no-repeat 100% 100%; - mask-size: cover; - width: 35px; - height: 22px; - padding-bottom: 7px; - background-color: #004d93; -} - .navbar__fleet:before { mask: url(/static/img/header/icon-fleet.png) no-repeat 100% 100%; mask-size: cover; @@ -270,6 +261,15 @@ a.btn.navbar__github::before { background-color: #00a580; } +.navbar__rancher__desktop:before { + mask: url(/static/img/header/icon-rancher-desktop.png) no-repeat 100% 100%; + mask-size: cover; + width: 35px; + height: 22px; + padding-bottom: 7px; + background-color: #0081be; +} + .navbar__suse:before { mask: url(/static/img/header/icon-suse.png) no-repeat 100% 100%; mask-size: cover; diff --git a/static/img/header/icon-epinio.png b/static/img/header/icon-epinio.png deleted file mode 100644 index 40c5168d172..00000000000 Binary files a/static/img/header/icon-epinio.png and /dev/null differ diff --git a/static/img/header/icon-rancher-desktop.png b/static/img/header/icon-rancher-desktop.png new file mode 100644 index 00000000000..2a204e899c9 Binary files /dev/null and b/static/img/header/icon-rancher-desktop.png differ