Skip to content

Commit ea45200

Browse files
committed
test: without icon
1 parent c9556d6 commit ea45200

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
@@ -57,7 +57,7 @@ const footer: Footer = {
5757
],
5858
},
5959
],
60-
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<br><Icon icon="mdi:archive" /> <a href="https://github.com/PaperMC/docs/">PaperMC/docs</a> @ <a href="https://github.com/PaperMC/docs/commit/${currentCommit}">${currentCommit}</a>`,
60+
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<br> <a href="https://github.com/PaperMC/docs/">PaperMC/docs</a> @ <a href="https://github.com/PaperMC/docs/commit/${currentCommit}">${currentCommit}</a>`,
6161
};
6262

6363
export default footer;

0 commit comments

Comments
 (0)