1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(website): add announcement bar for the new release

This commit is contained in:
Orhun Parmaksız 2024-02-19 18:42:24 +03:00
parent a3167f7a4f
commit 1d32a14175
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -98,6 +98,12 @@ const config = {
},
],
},
announcementBar: {
content: `⛰️ <b><a target="_blank" href="https://git-cliff.org/blog/2.0.0">git-cliff v2.0</a> is now out!</b> 🥳️`,
backgroundColor: "#243840",
textColor: "#ffffff",
isCloseable: true,
},
colorMode: {
defaultMode: "dark",
disableSwitch: false,