misc: update announcement bar

This commit is contained in:
Yangshun 2021-11-05 10:13:02 +08:00
parent ae337ed3c7
commit 9e9c4ed7a2
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ module.exports = {
onBrokenLinks: 'ignore',
themeConfig: {
announcementBar: {
id: 'announcement-1', // Increment on change
content: `⭐️ Front End Interview Handbook now includes content on coding questions and system design questions!⭐️`,
id: 'announcement-2', // Increment on change
content: `⭐️ Educative offers tons of high quality front end interview courses. <a href="https://www.educative.io/explore?search_string=interview&skills=javascript&aff=x23W">Join today for a discount!</a> ⭐️`,
},
prism: {
theme: require('prism-react-renderer/themes/github'),