Skip to content

Commit 3c91ce0

Browse files
committed
Move image to repo and decrease padding
1 parent c03ea77 commit 3c91ce0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ inherit a license from any of the projects it represents.
6161
## Special Thanks
6262

6363
Preview and production hosting for this project has been provided for free by [Vercel]. Thank you!
64-
[![Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)][vercel]
64+
[![Vercel](static/img/powered-by-vercel.svg)][vercel]

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;margin-top:15px;"><img src="https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg" alt="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:10px;"><img src="/img/powered-by-vercel.svg" alt="vercel"/></a>`,
5151
};
5252

5353
export default footer;

static/img/powered-by-vercel.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)