Skip to content

Commit 40fb2bf

Browse files
committed
Add CoMaps to open letter signatories
1 parent f948ad7 commit 40fb2bf

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

public/img/logos/comaps.app.svg

Lines changed: 5 additions & 0 deletions
Loading

src/data/signatures.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
url: "codeberg.org"
3737
poc: "Gusted <contact@codeberg.org>"
3838
region: "DE"
39+
- organization: "CoMaps"
40+
url: "comaps.app"
41+
poc: "hello@comaps.app"
3942
- organization: "Cryptee"
4043
url: "crypt.ee"
4144
poc: "John Ozbay <hello@johnozbay.com>"

src/pages/open-letter.astro

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", "fastmail.com", "jmp.chat", "kde.org", "osmfoundation.org", "molly.im"]);
24+
const svgLogos = new Set(["appfair.org", "auroraoss.com", "comaps.app", "guardianproject.info", "fastmail.com", "jmp.chat", "kde.org", "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)