Skip to content

Commit 909ed45

Browse files
committed
Add Bolt.new as a Tailwind Partner
1 parent f85c882 commit 909ed45

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/app/sponsor/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ function PartnerPlans() {
561561
: "bg-sky-400/25 text-sky-700 dark:text-sky-400",
562562
)}
563563
>
564-
{plan.remaining} spots left
564+
{plan.remaining} {plan.remaining === 1 ? 'spot' : 'spots'} left
565565
</p>
566566
)}
567567
</div>

src/app/sponsor/sponsors.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,20 @@ export const partners = [
122122
);
123123
},
124124
},
125+
{
126+
name: "Bolt",
127+
url: "https://bolt.new/",
128+
logo: function (props: React.SVGProps<SVGSVGElement>) {
129+
return (
130+
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>
131+
<path d="M124.605 66.976c-10.568 0-15.945-6.177-15.945-13.897 0-9.141 7.293-17.418 17.861-17.418 10.569 0 15.946 6.177 15.946 13.897 0 9.141-7.293 17.418-17.862 17.418Zm.433-9.82c3.708 0 6.057-3.336 6.057-7.042 0-2.964-1.916-4.632-5.006-4.632-3.709 0-6.057 3.335-6.057 7.041 0 2.964 1.916 4.632 5.006 4.632ZM153.724 66.235H142.6l9.085-41.197h11.125l-9.086 41.197Z" />
132+
<path fillRule="evenodd" d="M91.805 66.976c-3.399 0-6.737-1.235-8.652-3.891l-.676 3.132L70 72.841l1.347-6.624 9.086-41.179h11.125l-3.214 14.515c2.596-2.842 5.006-3.892 8.097-3.892 6.675 0 11.124 4.386 11.124 12.415 0 8.276-5.129 18.9-15.76 18.9Zm4.265-16.553c0 3.83-2.72 6.732-6.242 6.732-1.978 0-3.77-.74-4.945-2.038l1.73-7.597c1.299-1.297 2.782-2.038 4.512-2.038 2.658 0 4.945 1.976 4.945 4.941Z" clipRule="evenodd" />
133+
<path d="M174.384 66.976c-6.427 0-11.001-2.347-11.001-7.535 0-.433.062-1.483.247-2.348l2.411-11.055h-4.945l2.163-9.635h4.945l1.792-8.153 12.454-5.142-1.329 5.154-1.792 8.14h6.056l-2.163 9.636h-6.057l-1.606 7.288a8.039 8.039 0 0 0-.186 1.42c0 1.421.865 2.41 2.781 2.41.557 0 1.36-.186 1.545-.31v8.895c-1.174.802-3.275 1.235-5.315 1.235Z" />
134+
<path d="M188.096 67.645c-1.509 0-2.711-1.257-2.711-2.765 0-1.76 1.509-3.24 3.27-3.24 1.509 0 2.71 1.257 2.71 2.765 0 1.76-1.508 3.24-3.269 3.24ZM207.048 67.282h-5.03l1.565-7.093c.056-.252.167-.699.167-1.034 0-.921-.81-1.257-1.621-1.257-1.089 0-1.844.56-2.375 1.034l-1.844 8.35h-5.03l2.99-13.488h5.03l-.364 1.536c.979-.894 2.208-1.871 4.248-1.871 2.822 0 4.443 1.535 4.443 3.546 0 .223-.084.838-.14 1.09l-2.039 9.187ZM217.483 67.617c-4.36 0-7.378-2.178-7.378-6.144 0-4.3 3.298-8.014 8.02-8.014 3.354 0 6.316 2.038 6.316 6.143 0 .922-.168 1.983-.308 2.486h-9.053v.027c0 .196.81 1.676 2.766 1.676 1.062 0 2.319-.252 2.934-.67l1.537 3.267c-1.369.866-3.214 1.229-4.834 1.229Zm-1.928-8.713h4.443v-.084c0-.39-.475-1.536-2.068-1.536-1.341 0-2.208 1.033-2.375 1.62ZM241.989 67.282h-5.477l-.559-7.54-3.828 7.54h-5.477l-.922-13.488h5.029l.14 7.428 4.024-7.428h4.499l.699 7.428 3.437-7.428h5.337l-6.902 13.488Z" />
135+
</svg>
136+
);
137+
},
138+
},
125139
];
126140

127141
export const ambassadors = [

0 commit comments

Comments
 (0)