Skip to content

Commit d93a964

Browse files
review
Co-authored-by: Matouš Kučera <mk@kcra.me>
1 parent 7da3517 commit d93a964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/footer.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const footer: Footer = {
5656
],
5757
},
5858
],
59-
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<div> <a href="https://github.com/PaperMC/docs/">PaperMC/docs</a> @ <a href="https://github.com/PaperMC/docs/commit/${currentCommit}">${currentCommit}</a></div>`,
59+
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<div><a href="https://github.com/PaperMC/docs/">PaperMC/docs</a> @ <a href="https://github.com/PaperMC/docs/commit/${currentCommit}">${currentCommit}</a></div>`,
6060
};
6161

6262
export default footer;

0 commit comments

Comments
 (0)