Skip to content

Commit 424f7af

Browse files
committed
Update signatories list and move draft-letter to open-letter
1 parent aef9c9f commit 424f7af

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

astro.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ export default defineConfig({
1616
},
1717
},
1818
redirects: {
19-
// TODO: swap
20-
'/letter': '/draft-letter',
21-
'/open-letter': '/draft-letter',
19+
'/letter': '/open-letter',
20+
'/draft-letter': '/open-letter',
2221
},
2322
vite: {
2423
plugins: [yaml()]

public/img/logos/fastmail.com.svg

Lines changed: 7 additions & 0 deletions
Loading

src/content/pages/letter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lang: en
3434
text-color: var(--pico-text) !important;
3535
}
3636
</style>
37-
<div class="draft-watermark">Draft</div>
37+
<!-- <div class="draft-watermark">Draft</div> -->
3838

3939
```
4040
Date: February 24, 2026

src/data/signatures.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
url: "eff.org"
5959
poc: "Mitch Stoltz <mitch@eff.org>"
6060
region: US
61+
- organization: "Fastmail"
62+
url: "fastmail.com"
63+
poc: "Bek Fraser <bekf@fastmailteam.com>"
64+
region: US
6165
- organization: "F-Droid"
6266
url: "f-droid.org"
6367
poc: "board@f-droid.org"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function regionFlag(code?: string): string {
2121
}
2222
2323
// Logos stored as SVG for these domains; all others are PNG
24-
const svgLogos = new Set(["appfair.org", "auroraoss.com", "guardianproject.info", "jmp.chat", "osmfoundation.org", "molly.im"]);
24+
const svgLogos = new Set(["appfair.org", "auroraoss.com", "guardianproject.info", "fastmail.com", "jmp.chat", "osmfoundation.org", "molly.im"]);
2525
function logoPath(url: string): string {
2626
const ext = svgLogos.has(url) ? "svg" : "png";
2727
return `/img/logos/${url}.${ext}`;

0 commit comments

Comments
 (0)