Skip to content

Commit da0a21b

Browse files
feat: add Rush Stack to sponsors (#64)
## PR Checklist - [x] Steps in [CONTRIBUTING.md](https://github.com/SquiggleTools/SquiggleConf.com/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Adds Rush Stack linked to https://rushstack.io/?utm_source=squiggleconf as a sponsor. 💖
1 parent 43e2c29 commit da0a21b

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

.astro/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/// <reference types="astro/client" />
2-
/// <reference path="content.d.ts" />
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/data/sponsors.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import mintlifyBlack from "~/assets/logos/mintlify-black.svg";
1010
import mintlifyWhite from "~/assets/logos/mintlify-white.svg";
1111
import progressGray from "~/assets/logos/progress-gray.svg";
1212
import progressWhite from "~/assets/logos/progress-white.svg";
13+
import rushStackDark from "~/assets/logos/rushstack-dark.svg";
14+
import rushStackLite from "~/assets/logos/rushstack-lite.svg";
1315
import voidZeroBlack from "~/assets/logos/voidzero-black.svg";
1416
import voidZeroWhite from "~/assets/logos/voidzero-white.svg";
1517

@@ -59,6 +61,15 @@ export const sponsorsBySlug = {
5961
placement: 1,
6062
title: "Progress",
6163
},
64+
rushStack: {
65+
href: "https://rushstack.io?utm_source=squiggleconf",
66+
logos: {
67+
dark: rushStackDark,
68+
light: rushStackLite,
69+
},
70+
placement: 1,
71+
title: "Rush Stack",
72+
},
6273
voidZero: {
6374
href: "https://voidzero.dev?utm_source=squiggleconf",
6475
logos: {

0 commit comments

Comments
 (0)