Skip to content

Commit

Permalink
Fixing Broken images for Client's logos (#2368)
Browse files Browse the repository at this point in the history
Fixing - Broken images

Affected Route: `/`
Fixed: #2363
  • Loading branch information
amankumarrr authored Mar 26, 2024
1 parent 62dea74 commit 27dcb05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/blocks/clientLogos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const ClientLogos = () => {
alt={client.clientName + " logo"}
height={113}
width={200}
sizes="20vw"
className="my-4 max-w-full rounded-lg"
/>
))}
Expand Down

0 comments on commit 27dcb05

Please sign in to comment.