webiste: fix prize in hackathon banner
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
4e3b3ec6a8
commit
786a84640e
|
@ -85,7 +85,7 @@ module.exports = async function () {
|
|||
},
|
||||
announcementBar: {
|
||||
id: "hackathon",
|
||||
content: `We're hosting a hackathon with a total prize pool of $5.000 in July! Sign up <a href="https://goauthentik.io/developer-docs/hackathon/">here</a>!`,
|
||||
content: `We're hosting a hackathon with a total prize pool of $5000 in July! Sign up <a href="https://goauthentik.io/developer-docs/hackathon/">here</a>!`,
|
||||
backgroundColor: "#ffffff",
|
||||
textColor: "#000000",
|
||||
isCloseable: false,
|
||||
|
|
Reference in New Issue