Skip to content

Commit

Permalink
img: smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Nov 25, 2023
1 parent f4e7ba5 commit 5658cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/views/TrustedBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function TrustedBy() {
{trustedBy.map((item, index) => (
<a href={item.link} about={item.text} key={index}>
<img
className="h-8 mx-auto"
className="h-6 mx-auto"
src={item.logo}
alt={item.text}
/>
Expand Down

0 comments on commit 5658cf0

Please sign in to comment.