From 98d15a365754d4aa0a6cb1d8b2d0b1d708ac3002 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 01:45:41 +0000
Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20Optimize=20SVG=20assets?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Optimized `logo.svg` and `logo-dark.svg` in `profile/assets/` using `svgo`.
Reduced combined asset weight from ~10.2KB to ~5.4KB (~47% reduction).
Added performance comments to the SVGs for maintainability.
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..d2cd7f1 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..724e1e3 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