Skip to content

Commit 2103c7d

Browse files
committed
add Domaine as Tailwind Supporter
1 parent 38989ea commit 2103c7d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/app/sponsor/sponsors.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,5 +764,16 @@ export const supporters = [
764764
</svg>
765765
);
766766
},
767+
},
768+
{
769+
name: "Domaine",
770+
url: "https://meetdomaine.com/",
771+
logo: function (props: React.SVGProps<SVGSVGElement>) {
772+
return (
773+
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>
774+
<path d="M30.005 31.525h16.587c16.893 0 20.77 8.54 20.77 15.148v1.312c0 6.827-2.96 16.11-20.728 16.11H30v-32.57h.005Zm8.969 25.306h7.23c10.884 0 11.842-5.34 11.842-9.019v-.26c0-3.632-1.046-8.8-11.842-8.8h-7.23v18.083-.005ZM92.27 31c15.154 0 19.466 8.976 19.466 16.069v1.311c0 7.004-4.312 16.24-19.465 16.24h-1.915c-15.154 0-19.465-9.236-19.465-16.24v-1.312C70.89 39.977 75.2 31 90.356 31h1.915Zm-.957 7.446c-9.057 0-11.102 4.948-11.102 8.976v.614c0 3.94 2.18 9.106 11.102 9.106 8.923 0 11.102-5.167 11.102-9.106v-.614c0-4.028-1.962-8.976-11.102-8.976ZM115.478 31.525h11.93l10.32 22.064 10.625-22.064h11.189v32.57h-8.752v-21.32l-9.838 21.32h-7.013l-9.839-21.32v21.32h-8.622v-32.57ZM191.112 58.059h-17.503l-2.614 6.04h-9.011l14.368-32.569h12.017l15.024 32.57h-9.621l-2.655-6.041h-.005Zm-8.881-19.966-5.704 13.264h11.583l-5.879-13.264ZM214.755 64.1h-8.97V31.525h8.97V64.1ZM227.599 42.999v21.1h-8.751V31.526h9.232l18.942 20.97v-20.97h8.71v32.57h-8.797l-19.331-21.1-.005.004ZM289.736 31.525v7.093h-20.811v5.297h20.159v7.353h-20.159v5.646H290v7.181h-29.915v-32.57h29.651Z"/>
775+
</svg>
776+
);
777+
},
767778
}
768779
];

0 commit comments

Comments
 (0)