Skip to content

Commit c03ea77

Browse files
committed
Fix vercel attribution for hosting
1 parent 33ffe4a commit c03ea77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/footer.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const footer: Footer = {
4747
],
4848
},
4949
],
50-
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>`,
50+
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:15px;"><img src="https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg" alt="vercel"/></a>`,
5151
};
5252

5353
export default footer;

src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ html[data-theme="dark"] {
9595
.footer__copyright {
9696
color: var(--ifm-color-emphasis-900);
9797
font-size: 95%;
98+
display: flex;
99+
flex-direction: column;
98100
}
99101

100102
.footer__col {

0 commit comments

Comments
 (0)