Skip to content

Commit 50a55bd

Browse files
committed
add Carly AI as Tailwind Supporter
1 parent 0ee7752 commit 50a55bd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/app/sponsor/sponsors.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,4 +1169,16 @@ export const supporters = [
11691169
);
11701170
},
11711171
},
1172+
{
1173+
name: "Carly AI",
1174+
url: "https://www.usecarly.com/?utm_source=tailwindcss",
1175+
sponsorPageUrl: null,
1176+
logo: function (props: React.SVGProps<SVGSVGElement>) {
1177+
return (
1178+
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>
1179+
<path d="M84.246 62.744q-6.557 0-10.475-3.873t-3.918-11.352v-8.44q0-7.48 3.918-11.351 3.918-3.873 10.475-3.873 6.504 0 9.943 3.659 3.438 3.66 3.438 9.963v.267h-3.412v-.374q0-4.595-2.425-7.506-2.427-2.91-7.544-2.91-5.171 0-8.076 3.15-2.906 3.153-2.906 8.868v8.654q0 5.716 2.906 8.868 2.906 3.15 8.076 3.151 5.118 0 7.544-2.911t2.425-7.505v-.802h3.412v.695q0 6.303-3.438 9.962-3.44 3.66-9.943 3.66M113.247 62.744q-2.719 0-4.931-.935-2.213-.934-3.492-2.751-1.28-1.816-1.28-4.38 0-2.619 1.28-4.328t3.465-2.564q2.186-.855 4.851-.854h9.489v-2.084q0-3.15-1.812-4.914t-5.278-1.763q-3.411 0-5.411 1.683-2 1.682-2.692 4.514l-3.092-.909a12.3 12.3 0 0 1 2.026-4.14q1.386-1.843 3.678-2.937 2.293-1.096 5.491-1.096 4.905 0 7.597 2.564t2.692 7.159v12.606q0 1.603 1.493 1.603h2.505v2.778h-3.412q-1.652 0-2.612-.989-.959-.987-.959-2.697v-.374h-.533a12.2 12.2 0 0 1-1.786 2.297q-1.094 1.122-2.852 1.816-1.76.695-4.425.695m.213-2.885q4.105 0 6.637-2.484t2.532-7.025v-.64h-9.435q-2.773 0-4.612 1.201-1.839 1.203-1.839 3.713 0 2.511 1.893 3.873 1.892 1.362 4.824 1.362M135.904 61.996V36.035h3.092v3.258h.64q.746-1.763 2.212-2.564t4.078-.801h3.039v2.991h-3.412q-2.933 0-4.691 1.656-1.76 1.656-1.76 5.182v16.24zM155.575 61.996V24.603h3.199v37.393zM171.408 72.68v-2.885h15.14q1.6 0 1.6-1.603V57.51h-.64q-.64 1.282-1.786 2.43-1.146 1.15-2.985 1.87-1.84.72-4.612.721-2.772 0-5.144-1.175t-3.785-3.526-1.413-5.93V36.035h3.199v15.652q0 4.22 2.132 6.09t5.704 1.87q3.999 0 6.664-2.618 2.666-2.617 2.666-7.96V36.035h3.198V68.62q0 1.924-1.039 2.991-1.04 1.07-3.119 1.069zM211.284 61.996l12.208-37.393h6.078l12.207 37.393h-3.571l-3.199-9.936h-16.952l-3.199 9.936zm7.73-13.034h15.034l-7.197-22.33h-.64zM247.854 61.996V24.603h3.412v37.393z"/>
1180+
</svg>
1181+
);
1182+
},
1183+
},
11721184
];

0 commit comments

Comments
 (0)