Skip to content

Commit

Permalink
fix: update copyright texts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 1, 2023
1 parent 6cfd520 commit 9e906b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/logos-docusaurus-preset/src/theme-config/codex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion packages/logos-docusaurus-preset/src/theme-config/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion packages/logos-docusaurus-preset/src/theme-config/waku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9e906b1

Please sign in to comment.