logo png -> webp
This commit is contained in:
parent
ecf3339794
commit
f6d73a663c
@ -6,7 +6,7 @@ type Props = {
|
||||
|
||||
const Logo: FunctionComponent<Props> = ({ className }) => (
|
||||
<div className={className}>
|
||||
<img src="/shellphone.png" alt="app logo" />
|
||||
<img src="/shellphone.webp" alt="app logo" />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
export default function Logo() {
|
||||
return <img className="w-10 h-10" src="/shellphone.png" alt="Shellphone logo" />;
|
||||
return <img className="w-10 h-10" src="/shellphone.webp" alt="Shellphone logo" />;
|
||||
}
|
||||
|
BIN
public/shellphone.webp
Normal file
BIN
public/shellphone.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Loading…
Reference in New Issue
Block a user