We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b63a827 + e52d123 commit 45b6ed6Copy full SHA for 45b6ed6
Public/images/sponsors/cloudflare.png
5.76 KB
Public/images/sponsors/cloudflare~dark.png
5.25 KB
Sources/App/Core/Supporters.swift
@@ -44,7 +44,11 @@ enum Supporters {
44
.init(name: "Amazon Web Services (AWS)",
45
logo: .init(lightModeUrl: "/images/sponsors/aws.png",
46
darkModeUrl: "/images/sponsors/aws~dark.png"),
47
- url: "https://aws.amazon.com/")
+ url: "https://aws.amazon.com/"),
48
+ .init(name: "Cloudflare",
49
+ logo: .init(lightModeUrl: "/images/sponsors/cloudflare.png",
50
+ darkModeUrl: "/images/sponsors/cloudflare~dark.png"),
51
+ url: "https://cloudflare.com/")
52
]
53
54
nonisolated(unsafe) static var community: [Community] = .gitHubSponsors
0 commit comments