Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/icons.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import cloudflare_pages from '../svg/cloudflare-pages.svg';
import cloudflare_workers from '../svg/cloudflare-workers.svg';
import cohere from '../svg/cohere.svg';
import connect from '../svg/connect.svg';
import convex from '../svg/convex.svg';
import cordova from '../svg/cordova.svg';
import cpp from '../svg/cpp.svg';
import cryengine from '../svg/cryengine.svg';
Expand Down Expand Up @@ -267,6 +268,7 @@ import cloudflare_pages_lg from '../svg_80x80/cloudflare-pages.svg';
import cloudflare_workers_lg from '../svg_80x80/cloudflare-workers.svg';
import cohere_lg from '../svg_80x80/cohere.svg';
import connect_lg from '../svg_80x80/connect.svg';
import convex_lg from '../svg_80x80/convex.svg';
import cordova_lg from '../svg_80x80/cordova.svg';
import cpp_lg from '../svg_80x80/cpp.svg';
import cryengine_lg from '../svg_80x80/cryengine.svg';
Expand Down Expand Up @@ -487,6 +489,7 @@ export const icons: Record<string, string> = {
"cloudflare-workers": cloudflare_workers,
"cohere": cohere,
"connect": connect,
"convex": convex,
"cordova": cordova,
"cpp": cpp,
"cryengine": cryengine,
Expand Down Expand Up @@ -708,6 +711,7 @@ export const iconsLg: Record<string, string> = {
"cloudflare-workers": cloudflare_workers_lg,
"cohere": cohere_lg,
"connect": connect_lg,
"convex": convex_lg,
"cordova": cordova_lg,
"cpp": cpp_lg,
"cryengine": cryengine_lg,
Expand Down
3 changes: 2 additions & 1 deletion src/platformIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ export const PLATFORM_TO_ICON = {
chrome: "chrome",
chromium: "chromium",
clojure: "clojure",
cloudflare: "cloudflare",
cocoa: "apple",
"cocoa-objc": "apple",
"cocoa-swift": "swift",
cohere: "cohere",
convex: "convex",
cordova: "cordova",
cloudflare: "cloudflare",
cpp: "cpp",
cryengine: "cryengine",
crystal: "crystal",
Expand Down
17 changes: 17 additions & 0 deletions svg/convex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions svg_80x80/convex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading