diff options
| author | Fuwn <[email protected]> | 2021-06-14 16:29:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-14 16:29:45 -0700 |
| commit | 5d3b53479fdb642c36ec92ffaead7dec5ff95897 (patch) | |
| tree | 4d2df7949c7188580e9015a5b614deb0d89bc849 | |
| parent | feat(config): extra footer details (diff) | |
| download | site-5d3b53479fdb642c36ec92ffaead7dec5ff95897.tar.xz site-5d3b53479fdb642c36ec92ffaead7dec5ff95897.zip | |
style(footer): fix license spec
| -rw-r--r-- | docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 186c799..6a012ae 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -81,7 +81,7 @@ module.exports = { ], }, ], - copyright: `Copyleft (ɔ) 2021-${new Date().getFullYear()} The Whirlsplash Collective`, + copyright: `Copyright (C) 2021-${new Date().getFullYear()} The Whirlsplash Collective`, }, colorMode: { |