From 4e8b3186707ffae2f6103f29843d007407a05c48 Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:31:15 +0100 Subject: [PATCH] Add mux logo to compatibility section --- components/CompatibilitySection.tsx | 6 ++++++ public/logos/mux.svg | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 public/logos/mux.svg diff --git a/components/CompatibilitySection.tsx b/components/CompatibilitySection.tsx index 4c0742d..e1fd21c 100644 --- a/components/CompatibilitySection.tsx +++ b/components/CompatibilitySection.tsx @@ -128,6 +128,12 @@ const agents: AgentEntry[] = [ url: "https://uipath.github.io/uipath-python", imageSrc: "/logos/uipath.svg", }, + { + name: "mux", + from: "Coder", + url: "https://mux.coder.com", + imageSrc: "/logos/mux.svg", + }, ]; const shuffleAgents = (items: AgentEntry[]) => { diff --git a/public/logos/mux.svg b/public/logos/mux.svg new file mode 100644 index 0000000..b0c91f8 --- /dev/null +++ b/public/logos/mux.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file