Skip to content

Commit 324d37a

Browse files
committed
Add KDE to signatories list
1 parent 0bd2837 commit 324d37a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

public/img/logos/kde.org.svg

Lines changed: 1 addition & 0 deletions
Loading

src/data/signatures.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
- organization: "IzzyOnDroid"
9494
url: "izzyondroid.org"
9595
poc: "Andreas Itzchak Rehberg <izzy@izzyondroid.org>"
96+
- organization: "KDE"
97+
url: "kde.org"
98+
poc: "Carl Schwan <carlschwan@kde.org>"
99+
region: DE
96100
- organization: "JMP.chat"
97101
url: "jmp.chat"
98102
poc: "Stephen Paul Weber <info@jmp.chat>"

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", "osmfoundation.org", "molly.im"]);
24+
const svgLogos = new Set(["appfair.org", "auroraoss.com", "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)