website/docs: Capitalized company name in copyright (#4991)

Capitalized company name in copyright

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
Tana M Berry
2023-03-17 10:00:28 -05:00
committed by GitHub
parent 9dbd54690c
commit 53e68b8540

View File

@ -114,7 +114,7 @@ module.exports = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} authentik Security Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Authentik Security Inc. Built with Docusaurus.`,
},
colorMode: {
respectPrefersColorScheme: true,