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:
parent
50ff36cbce
commit
d41e86771f
@ -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: {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user