From 453b4f2feb4709a5aa05d3b49964e7b7bdaebf2e Mon Sep 17 00:00:00 2001
From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com>
Date: Fri, 28 Aug 2026 21:37:14 +0200
Subject: [PATCH] fix(logo): add cosmos-directory SVG and brand color
---
public/logos/cosmos-directory.svg | 5 +++++
src/lib/brand.ts | 1 +
src/lib/logo-manifest.ts | 1 +
3 files changed, 7 insertions(+)
create mode 100644 public/logos/cosmos-directory.svg
diff --git a/public/logos/cosmos-directory.svg b/public/logos/cosmos-directory.svg
new file mode 100644
index 00000000..6aae5688
--- /dev/null
+++ b/public/logos/cosmos-directory.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/lib/brand.ts b/src/lib/brand.ts
index eac119eb..8fb6c311 100644
--- a/src/lib/brand.ts
+++ b/src/lib/brand.ts
@@ -178,6 +178,7 @@ const BRANDS: Record = {
chihuahua: { color: "#E05F2A" }, // chihuahua orange-red (official brand)
sentinel: { color: "#00C2FF" }, // sentinel cyan (official brand)
fetchhub: { color: "#3B2D8E" }, // fetch.ai deep purple (official brand)
+ "cosmos-directory": { color: "#1B1B2F", dark: true }, // cosmos directory dark navy
// ─── Bitcoin Cash chain + providers (bench 244) ───
"bitcoin-cash": { color: "#0AC18E" }, // bch official green
diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts
index c2250789..3fca81c4 100644
--- a/src/lib/logo-manifest.ts
+++ b/src/lib/logo-manifest.ts
@@ -331,6 +331,7 @@ const RAW: Record = {
chihuahua: "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/logos/chihuahua.svg",
sentinel: "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/logos/sentinel.svg",
fetchhub: "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/logos/fetchai.svg",
+ "cosmos-directory": "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/logos/cosmos-directory.svg",
// ─── Oracle deviation (bench 025) — additional brand logos ───
// (pairs alias to chain/asset logos in the ALIASES block below)