aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-15 16:17:44 -0700
committerGitHub <[email protected]>2021-06-15 16:17:44 -0700
commitb8aa160f2e2583341852774ac9beba93a92cb6eb (patch)
treea56b6378b66506b3a963481fd9c6b27eaf785efc
parentstyle(footer): fix license spec (diff)
downloadsite-b8aa160f2e2583341852774ac9beba93a92cb6eb.tar.xz
site-b8aa160f2e2583341852774ac9beba93a92cb6eb.zip
feat(footer): add twitter to community links
-rw-r--r--docusaurus.config.js1
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', },
],