22import { Image } from ' astro:assets' ;
33import StudioCMSApolloBanner from ' @/assets/apollo-banner.png' ;
44import cFetchBanner from ' @/assets/cfetch-banner.png' ;
5+ import ecTwoslashBanner from ' @/assets/ec-twoslash.png' ;
56import StudioCMSUIBanner from ' @/assets/studiocms-ui-banner.png' ;
67import PageHeader from ' @/components/PageHeader.astro' ;
78import Layout from ' @/layouts/Layout.astro' ;
@@ -13,17 +14,24 @@ const PROJECTS = [
1314 image: cFetchBanner ,
1415 href: ' https://github.com/withstudiocms/cfetch' ,
1516 },
17+ {
18+ name: ' Expressive-Code-Twoslash' ,
19+ description: ' Twoslash support for Expressive Code.' ,
20+ image: ecTwoslashBanner ,
21+ href: ' https://twoslash.studiocms.dev' ,
22+ },
1623 {
1724 name: ' StudioCMS UI' ,
1825 description: ' The UI library we use to build StudioCMS.' ,
1926 image: StudioCMSUIBanner ,
2027 href: ' https://ui.studiocms.dev' ,
2128 },
2229 {
23- name: ' Apollo' ,
24- description: ' A Discord bot for managing OSS Discord servers.' ,
30+ name: ' Artemis and Apollo' ,
31+ description: ' Collection of bots used by the @withstudiocms organization on GitHub.' ,
32+ // TODO: Replace with a custom banner for the bots repo
2533 image: StudioCMSApolloBanner ,
26- href: ' https://github.com/withstudiocms/apollo ' ,
34+ href: ' https://github.com/withstudiocms/bots ' ,
2735 },
2836];
2937---
0 commit comments