1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Add Banner for New Years Community Party (#5661)

Link to website signup page
This commit is contained in:
Drew Gorton 2023-12-16 00:36:08 -06:00 committed by GitHub
parent 50ff36cbce
commit d41e86771f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,12 @@ module.exports = {
apiKey: 'dc9c4491fcf9143ee34015f22d1dd9d6',
indexName: 'getunleash',
},
announcementBar: {
id: 'new-year-party',
content:
'Join our <a target="_blank" href="https://www.getunleash.io/new-year-community-party?ref=docs">New Year Unleash Community Party</a> on January 9!',
isCloseable: false,
},
navbar: {
title: 'Unleash',
logo: {

View File

@ -69,6 +69,7 @@ div[class^='announcementBar_'],
div[class^='announcementBar_'] svg {
background-color: var(--ifm-color-primary);
color: var(--ifm-color-primary-contrast-background);
font-size: larger;
}
.visually-hidden {