Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thib-martin committed Jan 2, 2025
1 parent 0da352b commit 165c6f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions front/components/home/TrustedBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function TrustedBy() {
</H3>

<div className="mx-auto mt-8 w-full max-w-screen-2xl px-8">
<div className="grid grid-cols-2 place-items-center gap-8 sm:gap-2 sm:grid-cols-5">
<div className="grid grid-cols-2 place-items-center gap-8 sm:grid-cols-5 sm:gap-2">
{" "}
<Image
alt="alan"
Expand Down Expand Up @@ -68,14 +68,14 @@ export default function TrustedBy() {
height={80}
/>
<Image
alt="clay"
src="/static/landing/logos/clay.png"
alt="clay"
src="/static/landing/logos/clay.png"
width={200}
height={80}
/>
<Image
alt="photoroom"
src="/static/landing/logos/photoroom.png"
alt="photoroom"
src="/static/landing/logos/photoroom.png"
width={200}
height={80}
/>
Expand Down

0 comments on commit 165c6f5

Please sign in to comment.