From c6e9f156f83507535c82b4495547c0b2bc60325c Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue, 9 Jun 2026 01:59:23 +0000
Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20SVG=20logo=20ass?=
=?UTF-8?q?ets?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Optimized `logo.svg` and `logo-dark.svg` using `svgo --precision 0 --multipass`.
Reduced file sizes from 5.1KB to 2.7KB (~47% reduction) while maintaining visual integrity.
Added performance comments to the SVGs for documentation.
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..8f5a6cd 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..0472550 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