chore(root): deployed on vercel

This commit is contained in:
Junior Garcia 2022-07-24 17:30:31 -03:00
parent 2e46aaec13
commit c64c96af9b
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -25,7 +25,7 @@ const VercelCallout: React.FC<unknown> = () => {
}}
>
<Text b css={{ my: 0, mr: '$4' }}>
Sponsored by
Deployed on
</Text>
<VercelLogo height={18} />
</Link>

View File

@ -22,7 +22,7 @@
<p align="center">
<a rel="noopener noreferrer" target="_blank" href="https://www.vercel.com?utm_source=nextui&utm_marketing=oss">
<img height="34px" src="https://raw.githubusercontent.com/nextui-org/nextui/main/apps/docs/public/images/sponsored-by-vercel.svg" alt="Sponsored by vercel">
<img height="34px" src="https://raw.githubusercontent.com/nextui-org/nextui/main/apps/docs/public/images/deployed-on-vercel.svg" alt="Deployed on vercel">
</a>
</p>