From c66a30e23d92bf95b8085e8f81c73b04925e125b Mon Sep 17 00:00:00 2001 From: OA Hsiao Date: Wed, 17 Jun 2026 20:52:35 +0700 Subject: [PATCH] fix(ui): restore inline GitHub SVG logo in author signature The 'Powered by OA Hsiao' credit icon was swapped from the inline GitHub SVG to the literal text 'GH', which rendered cramped/ugly because .gh-icon is styled for an SVG (fixed 14px box + fill + hover rotate). Restore the original inline SVG markup so it matches the existing .gh-icon CSS again. No CSS change needed. Inline SVG (~2.5KB parsed once with the DOM) adds no measurable startup time, so this reverts the cosmetic regression at zero cost. --- src/renderer/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/index.html b/src/renderer/index.html index 4c53594..4a58135 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -23,7 +23,7 @@ - + Powered by OA Hsiao