Skip to content

Commit 89ec33b

Browse files
committed
update sponsors page
1 parent fabc843 commit 89ec33b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/app/sponsor/sponsors.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,5 +1243,18 @@ export const supporters = [
12431243
</svg>
12441244
);
12451245
},
1246+
},
1247+
{
1248+
name: "Webrenew",
1249+
url: "https://www.webrenew.com/?utm_source=tailwindcss",
1250+
sponsorPageUrl: null,
1251+
logo: function (props: React.SVGProps<SVGSVGElement>) {
1252+
return (
1253+
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>
1254+
<path fillRule="evenodd" d="M31.836 32.314h12.763a3.796 3.796 0 0 1 3.789 3.803v10.648c0 .528.147 1.037.411 1.423l1.884 2.752-8.463 12.415c-.302.442-.814.442-1.116.001L30.72 48.188c-.264-.386-.411-.895-.411-1.423V34.399c0-1.152.683-2.085 1.526-2.085Zm21.132 3.803c0-2.1 1.697-3.803 3.79-3.803H69.52c.843 0 1.527.933 1.527 2.085v12.368c0 .527-.146 1.035-.41 1.42L60.299 63.356c-.301.442-.814.442-1.116.001l-8.5-12.416 1.877-2.752c.263-.386.41-.894.41-1.421v-10.65Z" clipRule="evenodd"/>
1255+
<path d="M86.96 32.314h3.913l6.304 26.55h.348l7.239-26.55h4.739l7.217 26.55h.348l6.304-26.55h3.805v.643l-7.457 30.215h-5.391l-7.087-25.95h-.348l-7.087 25.95h-5.391L86.96 32.957v-.643ZM126.652 52.243c0-7.414 4.174-11.422 10.739-11.422 6.587 0 10.217 4.05 10.217 10.48v1.885h-17.261c.087 4.543 2.74 7.458 7.044 7.458 4.087 0 5.978-2.294 6.326-4.308h3.435v.643c-.5 2.678-3.065 6.707-9.718 6.707-6.565 0-10.782-4.007-10.782-11.443Zm3.761-2.036h13.543c-.043-3.728-2.282-6.364-6.587-6.364-4.217 0-6.652 2.678-6.956 6.364ZM150.865 32.314h3.826v11.915h.348c1.652-2.422 4.326-3.386 7.391-3.386 5.761 0 10.174 3.857 10.174 11.422 0 7.543-4.413 11.4-10.174 11.4-3.13 0-5.826-.986-7.478-3.493h-.348v3h-3.739V32.314Zm3.696 19.95c0 5.294 2.87 8.272 7.087 8.272 4.239 0 7.108-2.978 7.108-8.271 0-5.315-2.869-8.294-7.108-8.294-4.217 0-7.087 2.98-7.087 8.294ZM175.833 41.336h3.695v2.614h.348c.761-1.543 2.152-2.7 5.478-2.7h3.087v3.257h-3c-4.152 0-5.782 2.25-5.782 6.686v11.98h-3.826V41.335ZM188.774 52.243c0-7.414 4.174-11.422 10.739-11.422 6.587 0 10.218 4.05 10.218 10.48v1.885H192.47c.087 4.543 2.739 7.458 7.043 7.458 4.088 0 5.979-2.294 6.326-4.308h3.435v.643c-.5 2.678-3.065 6.707-9.717 6.707-6.565 0-10.783-4.007-10.783-11.443Zm3.761-2.036h13.544c-.044-3.728-2.283-6.364-6.587-6.364-4.217 0-6.652 2.678-6.957 6.364ZM212.988 41.336h3.717v2.807h.348c1.587-2.379 4.261-3.3 7.413-3.3 5.152 0 8.37 2.571 8.37 7.907v14.422h-3.826V49.115c0-3.558-1.957-5.122-5.413-5.122-3.783 0-6.783 2.207-6.783 6.986v12.193h-3.826V41.336ZM235.865 52.243c0-7.414 4.174-11.422 10.739-11.422 6.587 0 10.218 4.05 10.218 10.48v1.885h-17.261c.087 4.543 2.739 7.458 7.043 7.458 4.087 0 5.978-2.294 6.326-4.308h3.435v.643c-.5 2.678-3.065 6.707-9.717 6.707-6.566 0-10.783-4.007-10.783-11.443Zm3.761-2.036h13.543c-.043-3.728-2.282-6.364-6.586-6.364-4.218 0-6.653 2.678-6.957 6.364ZM257.604 41.335h3.652l4.5 17.53h.37l5.391-17.53h4.239l5.413 17.53h.348l4.478-17.53h3.543v.643l-5.804 21.194h-4.587l-5.391-17.465h-.348l-5.391 17.465h-4.609l-5.804-21.194v-.643Z"/>
1256+
</svg>
1257+
);
1258+
},
12461259
}
12471260
];

0 commit comments

Comments
 (0)