Skip to content

Commit fdd97ff

Browse files
committed
⏪ Remove footer, we already have a copyright notice
1 parent f806163 commit fdd97ff

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ For more detailed contributing guidelines, please see our [CONTRIBUTING.md](./CO
223223

224224
For more information on using Docusaurus, please refer to the [official Docusaurus documentation](https://docusaurus.io/docs).
225225

226-
Built with ❤️ by the CodeRabbit team | Copyright 2024 CodeRabbit
226+
Built with ❤️ by the CodeRabbit team | CodeRabbit © 2024

docusaurus.config.ts

-3
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@ const config: Config = {
220220
// Optional: path for search page that enabled by default (`false` to disable it)
221221
searchPagePath: "search",
222222
},
223-
footer: {
224-
copyright: "Copyright 2024 CodeRabbit",
225-
},
226223
} satisfies Preset.ThemeConfig,
227224
}
228225

0 commit comments

Comments
 (0)