doc/website: we stand with israel; we are israel (#3792)

Surprisingly (not really), this is not that obvious these days.
This commit is contained in:
Ariel Mashraki
2023-10-17 13:31:42 +03:00
committed by Ariel Mashraki
parent 8a848a6475
commit 5718c3001b
4 changed files with 6082 additions and 590 deletions

View File

@@ -253,11 +253,12 @@ const config = {
`,
},
announcementBar: {
id: 'announcementBar-1', // Increment on change
content: `⭐️ If you like Ent, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/ent/ent">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/entgo_io" >Twitter</a> ${TwitterSvg}`,
id: 'announcementBar-2', // Increment on change
// content: `⭐️ If you like Ent, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/ent/ent">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/entgo_io" >Twitter</a> ${TwitterSvg}`,
content: `<a style="text-decoration: none;" target="_blank" rel="noopener noreferrer" href="https://twitter.com/Israel/status/1713931519620788538">The Ent Team Stands With Israel 🇮🇱</a>`,
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: true,
textColor: '#404756',
isCloseable: false,
},
}
};