From 9e46b739c0b7b785374e1db1d9c016b5ead2c03f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:53:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20logo=20SVGs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Minified `logo.svg` and `logo-dark.svg` using `svgo --precision 0 --multipass` - Reduced file sizes by ~47% (5.1KB -> 2.7KB) - Added performance comments to optimized assets - Verified rendering integrity with visual inspection Co-authored-by: soktri3 <170663878+soktri3@users.noreply.github.com> --- profile/assets/logo-dark.svg | 2 +- profile/assets/logo.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/assets/logo-dark.svg b/profile/assets/logo-dark.svg index 09d7024..606a65c 100644 --- a/profile/assets/logo-dark.svg +++ b/profile/assets/logo-dark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/profile/assets/logo.svg b/profile/assets/logo.svg index c9c4c2d..8c5e224 100644 --- a/profile/assets/logo.svg +++ b/profile/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file