fix: update copyright texts

This commit is contained in:
Hossein Mehrabi
2023-06-01 14:04:31 +03:30
parent 6cfd520535
commit 9e906b1929
3 changed files with 3 additions and 3 deletions
@@ -22,7 +22,7 @@ export const codexThemeConfig: typeof baseThemeConfig = {
],
footer: {
...baseThemeConfig.footer,
copyright: `Codex, ${new Date().getFullYear()}`,
copyright: `Codex © ${new Date().getFullYear()}<br/>All rights reserved.`,
logo: {
alt: 'Codex',
src: 'theme/image/logo.svg',
@@ -22,7 +22,7 @@ export const logosThemeConfig: typeof baseThemeConfig = {
],
footer: {
...baseThemeConfig.footer,
copyright: `Logos, ${new Date().getFullYear()}`,
copyright: `Logos © ${new Date().getFullYear()}<br/>All rights reserved.`,
logo: {
alt: 'Logos',
src: 'theme/image/logo.svg',
@@ -23,7 +23,7 @@ export const wakuThemeConfig: typeof baseThemeConfig = {
],
footer: {
...baseThemeConfig.footer,
copyright: `Copyright © ${new Date().getFullYear()} Status Gmbh. Built with Docusaurus.`,
copyright: `Waku © ${new Date().getFullYear()}<br/>All rights reserved.`,
logo: {
alt: 'Waku',
src: 'theme/image/logo.svg',