mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
Widen SVG logo viewBox from 335 to 345 to prevent trailing "s" clipping
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4d65dadd78
commit
a0961633a3
@@ -1,4 +1,4 @@
|
||||
<svg width="335" height="80" viewBox="0 0 335 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="345" height="80" viewBox="0 0 345 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Circuit Node Mark -->
|
||||
<g transform="translate(0, 0)">
|
||||
<circle cx="40" cy="40" r="12" fill="#e0e0e8"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,4 +1,4 @@
|
||||
<svg width="335" height="80" viewBox="0 0 335 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="345" height="80" viewBox="0 0 345 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Circuit Node Mark -->
|
||||
<g transform="translate(0, 0)">
|
||||
<circle cx="40" cy="40" r="12" fill="#1a1a1e"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user