Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ inherit a license from any of the projects it represents.
## Special Thanks

Preview and production hosting for this project has been provided for free by [Vercel]. Thank you!
[![Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)][vercel]
[![Vercel](static/img/powered-by-vercel.svg)][vercel]
2 changes: 1 addition & 1 deletion config/footer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const footer: Footer = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus. <a href="https://vercel.com/?utm_source=papermc&utm_campaign=oss" style="text-decoration:underline;color:inherit;">Powered by ▲ Vercel</a>`,
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<a href="https://vercel.com/?utm_source=papermc&utm_campaign=oss" style="text-decoration:underline;color:inherit;margin-top:10px;"><img src="/img/powered-by-vercel.svg" alt="vercel"/></a>`,
};

export default footer;
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ html[data-theme="dark"] {
.footer__copyright {
color: var(--ifm-color-emphasis-900);
font-size: 95%;
display: flex;
flex-direction: column;
}

.footer__col {
Expand Down
6 changes: 6 additions & 0 deletions static/img/powered-by-vercel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.