Skip to content

Commit 55162d6

Browse files
committed
Add Graphite as Tailwind Partner
1 parent bb0dbb4 commit 55162d6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/app/sponsor/sponsors.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,21 @@ export const partners = [
136136
);
137137
},
138138
},
139+
{
140+
name: "Graphite",
141+
url: "https://graphite.dev/",
142+
logo: function (props: React.SVGProps<SVGSVGElement>) {
143+
return (
144+
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>
145+
<path d="M74.852 35.319 58.797 31.02 47.044 42.77l4.298 16.041 16.053 4.296 11.756-11.745-4.297-16.042-.002-.002Z" />
146+
<path d="m69.555 23-24.096 6.448L39 53.51l17.641 17.62 24.096-6.45 6.459-24.063L69.554 23Zm3.93 42.042H52.711l-10.388-17.98 10.388-17.979h20.774l10.387 17.98-10.39 17.979h.003Z" />
147+
<path fillRule="evenodd" d="M201.745 63.962V30.535h4.761v12.746h.24c1.961-2.766 4.122-3.687 6.922-3.687 5.72 0 9.523 3.766 9.523 10.02v14.349h-4.762v-14.35a5.701 5.701 0 0 0-1.661-4.07 5.669 5.669 0 0 0-4.06-1.662c-3.561 0-6.202 2.646-6.202 5.731v14.35h-4.761Zm40.598-5.01V44.604h-4.202v-4.529h4.2v-5.2l4.763-2.758v7.958h7.04v4.53h-7.04V58.23c0 .963.479 1.444 1.439 1.444h5.601l-2.515 4.288h-4.046c-3.4 0-5.24-1.923-5.24-5.01Zm-48.995-7.035c0-4.971-3.081-8.136-6.922-8.136-3.801 0-6.882 3.167-6.882 8.136 0 4.97 3.081 8.098 6.882 8.098 3.839 0 6.922-3.127 6.922-8.098ZM174.785 73V39.973h4.281l.48 3.687h.24c.801-1.722 2.762-4.168 7.364-4.168 6.24 0 10.961 4.77 10.961 12.425 0 7.656-4.721 12.425-10.963 12.425-4.56 0-6.642-2.404-7.362-4.167h-.24V73h-4.761Zm51.237-28.638h4.2v19.6h4.763V40.075h-8.965l.002 4.287Z" clipRule="evenodd" />
148+
<path d="M234.985 30.535h-5.241v5.01h5.241v-5.01Z" />
149+
<path fillRule="evenodd" d="M134.561 63.962v-23.89h4.041l.48 2.97h.24c1.16-2.367 2.32-2.97 5.72-2.97h2.545v4.29h-3.265c-3.521 0-5 1.363-5 4.57v15.03h-4.761Zm126.353-13.968h14.042c-.519-3.809-3.081-6.455-6.922-6.455-4.041 0-6.4 2.646-7.12 6.455Zm13.452 7.118 3.872 2.24c-2.044 2.694-5.416 4.99-10.201 4.99-6.883 0-11.883-5.01-11.883-12.425 0-7.415 5-12.425 11.883-12.425 6.44 0 11.442 5.01 11.442 11.704-.01.576-.05 1.15-.121 1.723l-.121.68h-18.323c.52 4.049 3.319 6.655 7.12 6.655 2.882 0 5.022-1.202 6.332-3.142Zm-109.991-3.291v-.963h-5.681c-3.64 0-5.24 1.644-5.24 3.809 0 2.166 1.4 3.566 4.281 3.566 4.32 0 6.64-2.364 6.64-6.412Zm4.36 10.02c-3.317 0-3.959-2.285-4.118-3.447h-.242c-1.439 2.885-4.521 3.929-7.12 3.929-5.241 0-8.602-3.088-8.602-7.417 0-4.77 3.121-7.896 9.801-7.896h5.921v-.441c0-3.125-1.88-5.005-5.001-5.05a6.047 6.047 0 0 0-5.361 3.285l-4.054-2.34c1.636-2.97 4.74-4.993 9.417-4.993 6.242 0 9.801 3.527 9.801 9.1v10.083a.902.902 0 0 0 .898.898h1.904v4.29h-3.244Zm-39.623-17.416v17.437h-4.041l-.48-5.091h-.24c-2.32 3.648-6.081 5.57-10.483 5.57-8.762 0-15.964-6.933-15.964-17.193 0-10.263 7.202-17.196 15.964-17.196 7.089 0 11.762 4.25 14.234 8.93l-4.108 2.378c-2.307-3.964-5.803-6.537-10.126-6.537-6.242 0-10.963 4.77-10.963 12.425 0 7.614 4.721 12.425 10.963 12.425 5.72 0 10.243-4.49 10.243-8.858v-.24h-8.829l-2.326-4.05h16.156Z" clipRule="evenodd" />
150+
</svg>
151+
);
152+
},
153+
}
139154
];
140155

141156
export const ambassadors = [

0 commit comments

Comments
 (0)