Skip to content

Commit

Permalink
Fix homepage images (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 13, 2021
1 parent ebbeaa4 commit 047bf31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,28 +127,28 @@ function Page() {

<div className="grid grid-cols-2 gap-8 mt-6 md:grid-cols-4">
<div className="flex justify-center col-span-1 filter contrast-50 grayscale dark:opacity-50 md:col-span-2 lg:col-span-1">
<Image
<img
className="h-6 "
src="/images/logos/vercel.svg"
alt="Vercel"
/>
</div>
<div className="flex justify-center col-span-1 filter contrast-50 grayscale dark:opacity-50 md:col-span-2 lg:col-span-1">
<Image
<img
className="h-6 "
src="/images/logos/lattice.svg"
alt="Lattice"
/>
</div>
<div className="flex justify-center col-span-1 filter contrast-50 grayscale dark:opacity-50 md:col-span-2 lg:col-span-1">
<Image
<img
className="h-6"
src="/images/logos/teespring.svg"
alt="TeeSpring"
/>
</div>
<div className="flex justify-center col-span-1 filter contrast-50 grayscale dark:opacity-50 md:col-span-2 lg:col-span-1">
<Image
<img
className="h-6"
src="/images/logos/makeswift.svg"
alt="Makeswift"
Expand Down

1 comment on commit 047bf31

@vercel
Copy link

@vercel vercel bot commented on 047bf31 Dec 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.