diff options
| author | Fuwn <[email protected]> | 2021-06-15 16:17:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-15 16:17:44 -0700 |
| commit | b8aa160f2e2583341852774ac9beba93a92cb6eb (patch) | |
| tree | a56b6378b66506b3a963481fd9c6b27eaf785efc | |
| parent | style(footer): fix license spec (diff) | |
| download | site-b8aa160f2e2583341852774ac9beba93a92cb6eb.tar.xz site-b8aa160f2e2583341852774ac9beba93a92cb6eb.zip | |
feat(footer): add twitter to community links
| -rw-r--r-- | docusaurus.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 6a012ae..5cadd12 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,6 +68,7 @@ module.exports = { title: 'Community', items: [ { label: 'Blog', to: 'blog', }, + { label: 'Twitter', href: 'https://twitter.com/Whirlsplash_', }, { label: 'Discord', href: 'https://discord.com/invite/8hn6padWF6', }, { label: 'Subreddit', href: 'https://www.reddit.com/r/Whirlsplash', }, ], |