mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: update copyright texts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user