From e0328d6beac30ff371a34a738fe9552df370deb5 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:16:38 +0000 Subject: [PATCH 1/2] fix: add xmlns attribute to amazon-q.svg for proper rendering The amazon-q.svg icon was not rendering properly in browsers because it was missing the xmlns attribute. This attribute is required for browsers to properly identify and render SVG content when loaded as images. Fixes the broken icon display on the icons page. --- site/static/icon/amazon-q.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/static/icon/amazon-q.svg b/site/static/icon/amazon-q.svg index d2e576c033c0b..80629e06d816f 100644 --- a/site/static/icon/amazon-q.svg +++ b/site/static/icon/amazon-q.svg @@ -1,4 +1,4 @@ - + @@ -14,4 +14,4 @@ - + \ No newline at end of file From df1f94a45526164acec91e87b50b247f561c0ba5 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:51:36 +0000 Subject: [PATCH 2/2] fix: restore trailing newline in amazon-q.svg --- site/static/icon/amazon-q.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/static/icon/amazon-q.svg b/site/static/icon/amazon-q.svg index 80629e06d816f..f338d8b8e6fcf 100644 --- a/site/static/icon/amazon-q.svg +++ b/site/static/icon/amazon-q.svg @@ -14,4 +14,4 @@ - \ No newline at end of file +