Skip to content

Commit ee9b58c

Browse files
authored
Reduce Granola logo height (#3408)
1 parent a70a028 commit ee9b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/app.dub.co/(auth)/customer-logos.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const CUSTOMER_LOGOS: { name: string; src: string; className?: string }[] = [
1111
{
1212
name: "Granola",
1313
src: "https://assets.dub.co/companies/granola.svg",
14-
className: "h-6",
14+
className: "h-5",
1515
},
1616
{ name: "Buffer", src: "https://assets.dub.co/companies/buffer.svg" },
1717
{

0 commit comments

Comments
 (0)