fix(Newsletter): rename icon asset to .svg — file was SVG served as PNG

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 21:17:47 +00:00
parent 11b21b23cf
commit 2761df8693
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function Newsletter() {
<div className="-rotate-4">
<img
alt=""
src="/newsletter-icon.png"
src="/newsletter-icon.svg"
className="w-16 h-[3.438rem] block"
/>
</div>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB