Fix header SVG - widen viewBox to show full Ghost text

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
clucraft 2026-01-23 13:46:22 -05:00
parent e18be5bbc7
commit a8126e0fb3
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<p align="center">
<img src="assets/header.svg" alt="PriceGhost" width="500">
<img src="assets/header.svg" alt="PriceGhost" width="580">
</p>
<p align="center">

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 120">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 120">
<defs>
<!-- Ghost icon gradient -->
<linearGradient id="ghostGrad" x1="0%" y1="0%" x2="0%" y2="100%">

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After