Skip to content

Commit d2cf0df

Browse files
smitug01claude
andcommitted
Switch logo-sticker references from PNG to WebP
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0453a05 commit d2cf0df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Icon({ name, className, style }) {
4242
export function Logo({ onClick, compact }) {
4343
return (
4444
<a href="#/" onClick={onClick} className="brand" aria-label="Simple Information home">
45-
<img src="/logo-sticker.png" alt="" className="brand-mark" />
45+
<img src="/logo-sticker.webp" alt="" className="brand-mark" />
4646
</a>);
4747
}
4848

@@ -252,7 +252,7 @@ export function Footer({ t, go }) {
252252
<footer className="ftr">
253253
<div className="ftr-top wrap-wide" data-comment-anchor="a2b78814b3-div-232-7">
254254
<div className="ftr-brand" data-comment-anchor="be9b4b041e-div-246-9">
255-
<img src="/logo-sticker.png" alt="Simple Information" className="ftr-logo" />
255+
<img src="/logo-sticker.webp" alt="Simple Information" className="ftr-logo" />
256256
<div className="ftr-brand-co">
257257
<p className="ftr-co">{f.companyName}</p>
258258
<button className="ftr-tax" onClick={copyTax} data-comment-anchor="ca1aebdde6-button-242-13">

0 commit comments

Comments
 (0)