From 2fe0ab04f3d9d55a658cdf89bd396185f0963fbc Mon Sep 17 00:00:00 2001 From: akudev Date: Wed, 5 Nov 2025 15:39:38 +0100 Subject: [PATCH] Fix UI5 MCP server logo Somehow the clip path inside the SVG logo prevented it from being displayed. This change removes the (anyway invisible) inner structure and only maintains the outline, fixing the display in the web page. It still uses "currentColor" as color, so the icon uses the locally valid text color from CSS. --- servers/ui5/icon.svg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/servers/ui5/icon.svg b/servers/ui5/icon.svg index e7fb6fc..2a8e748 100644 --- a/servers/ui5/icon.svg +++ b/servers/ui5/icon.svg @@ -1,2 +1 @@ - - + \ No newline at end of file