add powered-by-vercel badge
This commit is contained in:
@@ -19,10 +19,12 @@ export const Footer = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<footer className="my-5 flex flex-col justify-center py-2 text-sm">
|
<footer className="my-5 flex flex-col justify-center py-2 text-sm">
|
||||||
<div className="mx-auto px-3 text-center font-bold">{`COPYRIGHT © ${
|
<div className="flex justify-center">
|
||||||
Config.YearStart
|
<Link target="_blank" href="https://vercel.com/?utm_source=github-contributions-chart&utm_campaign=oss">
|
||||||
}-${new Date().getFullYear()} ${Config.AuthorName} ALL RIGHTS RESERVED`}</div>
|
<img src="/powered-by-vercel.svg" alt="Powered by vercel" className="h-8" />
|
||||||
<div className="my-3 flex flex-wrap justify-center space-x-3 text-center text-gray-500 underline dark:text-gray-400">
|
</Link>
|
||||||
|
</div>
|
||||||
|
<div className="my-2 flex flex-wrap justify-center space-x-3 text-center text-gray-500 underline dark:text-gray-400">
|
||||||
<Link href="/sponsor" title="Sponsor me for my works.">
|
<Link href="/sponsor" title="Sponsor me for my works.">
|
||||||
{"Sponsor"}
|
{"Sponsor"}
|
||||||
</Link>
|
</Link>
|
||||||
@@ -35,6 +37,9 @@ export const Footer = () => {
|
|||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<div className="mx-auto px-3 text-center font-bold">{`COPYRIGHT © ${
|
||||||
|
Config.YearStart
|
||||||
|
}-${new Date().getFullYear()} ${Config.AuthorName} ALL RIGHTS RESERVED`}</div>
|
||||||
<DialogContent className="sm:max-w-md">
|
<DialogContent className="sm:max-w-md">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle className="flex">
|
<DialogTitle className="flex">
|
||||||
|
|||||||
7
public/powered-by-vercel.svg
Normal file
7
public/powered-by-vercel.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user