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:
@ -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: {
|
colorMode: {
|
||||||
respectPrefersColorScheme: true,
|
respectPrefersColorScheme: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user