diff --git a/README.md b/README.md index 4f19bd25..70800d68 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ --- -[![All Contributors](https://img.shields.io/github/contributors/typescript-cheatsheets/react-typescript-cheatsheet?color=orange&style=flat-square)](/CONTRIBUTORS.md) +[![All Contributors](https://img.shields.io/github/contributors/typescript-cheatsheets/react-typescript-cheatsheet?color=orange&style=flat-square)](/CONTRIBUTORS.md) | [![Discord](https://img.shields.io/discord/746055213462585435.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/y88evmj) | [![Tweet](https://img.shields.io/twitter/url?label=Help%20spread%20the%20word%21&style=social&url=https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact)](http://twitter.com/home?status=Awesome%20%40Reactjs%20%2B%20%40TypeScript%20cheatsheet%20by%20%40ferdaber%2C%20%40sebsilbermann%2C%20%40swyx%20%26%20others!%20https%3A%2F%2Fgithub.com%2Ftypescript-cheatsheets%2Freact) ## All React + TypeScript Cheatsheets diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 5a17351c..704b6a59 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -129,8 +129,21 @@ module.exports = { "https://github.com/typescript-cheatsheets/react-typescript-cheatsheet", }, { - html: - 'GitHub stars', + html: ` + GitHub stars + `, + }, + { + label: "Discord", + html: ` + + `, + }, + { + label: "Spread the word", + html: ` + + `, }, ], }, diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 0a7d82f0..252ae569 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -26,6 +26,12 @@ export default function Home() { > Getting started + + Join Official Discord +