Skip to content

Commit fd24dd9

Browse files
authored
add Discord logo (tokio-rs#627)
1 parent 2f9402d commit fd24dd9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

components/logos.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ type Organization = {
88
const ORGANIZATIONS: Organization[] = [
99
{ name: "linkerd", url: "https://linkerd.io" },
1010
{ name: "aws", url: "https://aws.amazon.com" },
11+
{ name: "discord", url: "https://discord.com/" },
1112
{ name: "azure", url: "https://azure.microsoft.com" },
1213
{ name: "pingcap", url: "https://pingcap.com" },
13-
{ name: "comcast", url: "https://www.comcast.com" },
1414
{ name: "dropbox", url: "https://www.dropbox.com" },
1515
{ name: "facebook", url: "https://www.facebook.com" },
1616
{ name: "one-signal", url: "https://onesignal.com" },

public/img/logos/discord.svg

Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)