From e87ed5a3e2b18504420cc4ac0203cd4d38957468 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Mon, 25 Mar 2024 15:05:32 -0700 Subject: [PATCH 1/2] Add Convex logo See https://www.convex.dev/ and https://docs.convex.dev/production/integrations/exception-reporting#configuring-sentry --- src/platformIcon.tsx | 1 + svg/convex.svg | 17 +++++++++++++++++ svg_80x80/convex.svg | 17 +++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 svg/convex.svg create mode 100644 svg_80x80/convex.svg diff --git a/src/platformIcon.tsx b/src/platformIcon.tsx index 1211891..c8303b7 100644 --- a/src/platformIcon.tsx +++ b/src/platformIcon.tsx @@ -10,6 +10,7 @@ export const PLATFORM_TO_ICON = { cocoa: "apple", "cocoa-objc": "apple", "cocoa-swift": "swift", + convex: "convex", cordova: "cordova", cloudflare: "cloudflare", cpp: "cpp", diff --git a/svg/convex.svg b/svg/convex.svg new file mode 100644 index 0000000..7d70c4d --- /dev/null +++ b/svg/convex.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/svg_80x80/convex.svg b/svg_80x80/convex.svg new file mode 100644 index 0000000..7d70c4d --- /dev/null +++ b/svg_80x80/convex.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 62883be108c8446ec401414eee29d4c489e737a1 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Mon, 25 Mar 2024 15:13:47 -0700 Subject: [PATCH 2/2] Realphabetize --- src/platformIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platformIcon.tsx b/src/platformIcon.tsx index c8303b7..1a8b442 100644 --- a/src/platformIcon.tsx +++ b/src/platformIcon.tsx @@ -7,12 +7,12 @@ export const PLATFORM_TO_ICON = { bun: "bun", capacitor: "capacitor", clojure: "clojure", + cloudflare: "cloudflare", cocoa: "apple", "cocoa-objc": "apple", "cocoa-swift": "swift", convex: "convex", cordova: "cordova", - cloudflare: "cloudflare", cpp: "cpp", cryengine: "cryengine", css: "css",