Skip to content

Commit

Permalink
fix: change copyright wording
Browse files Browse the repository at this point in the history
  • Loading branch information
max-bromberg authored Jan 28, 2024
1 parent 052aa3e commit 303e776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitepress/docs/src/custom/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const theme = {
/* Note the footer will not show when sidebar is active */
footer: {
message: "Released under the MIT License.",
copyright: "Copyright © 2022-present Arduino",
copyright: "Copyright © 2022-present Arduino Discord Community",
},
nav: [
{
Expand Down Expand Up @@ -69,4 +69,4 @@ const theme = {

const ThemeSettings = {}

export { theme, ThemeSettings }
export { theme, ThemeSettings }

0 comments on commit 303e776

Please sign in to comment.