From 63d02790e8a6b9e529ee85d889c71537ae5f751b Mon Sep 17 00:00:00 2001 From: Konstantine Kahadze Date: Mon, 20 Apr 2026 11:02:25 -0700 Subject: [PATCH] Use small Figma logo for plugin page --- plugins/figma/.codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/figma/.codex-plugin/plugin.json b/plugins/figma/.codex-plugin/plugin.json index 81122a56..2bcd6c35 100644 --- a/plugins/figma/.codex-plugin/plugin.json +++ b/plugins/figma/.codex-plugin/plugin.json @@ -40,7 +40,7 @@ ], "brandColor": "#0D99FF", "composerIcon": "./assets/figma-small.svg", - "logo": "./assets/figma.png", + "logo": "./assets/figma-small.svg", "screenshots": [] } }