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