Skip to content

Commit

Permalink
test: without icon
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer committed Jun 16, 2024
1 parent c9556d6 commit ea45200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/footer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const footer: Footer = {
],
},
],
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>`,
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>`,
};

export default footer;

0 comments on commit ea45200

Please sign in to comment.