Merge pull request #8 from vercel/development

Updating Vercel Logo
This commit is contained in:
B
2020-10-27 15:29:29 -03:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

View File

@@ -98,9 +98,9 @@ const Footer: FC<Props> = ({ className, pages }) => {
<span className="text-accent-3">Crafted by</span>
<a href="https://vercel.com" aria-label="Vercel.com Link">
<img
src="/vercel.png"
src="/vercel.svg"
alt="Vercel.com Logo"
className="inline-block h-6 ml-4"
className="inline-block h-6 ml-4 text-primary"
/>
</a>
</div>