From 786a84640ef1258e280af1270d964d99a910676b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 6 Jul 2023 17:51:45 +0200 Subject: [PATCH] webiste: fix prize in hackathon banner Signed-off-by: Jens Langhammer --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 87be2b603..ef4814383 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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 here!`, + content: `We're hosting a hackathon with a total prize pool of $5000 in July! Sign up here!`, backgroundColor: "#ffffff", textColor: "#000000", isCloseable: false,