Skip to content

Commit

Permalink
vercel svg
Browse files Browse the repository at this point in the history
  • Loading branch information
okbel committed Oct 27, 2020
1 parent ce91e39 commit 4dcdf81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/core/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file removed public/vercel.png
Binary file not shown.
9 changes: 9 additions & 0 deletions public/vercel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4dcdf81

Please sign in to comment.