Switch to svg image

This commit is contained in:
Gnarwhal 2024-09-16 20:03:02 +00:00
parent f70248a1d5
commit c5955bc5cd
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -3,7 +3,7 @@ import Image from 'next/image';
import Content from './content'; import Content from './content';
import * as style from './page.css'; import * as style from './page.css';
import download_image from './download.png'; import download_image from './download.svg';
type SearchParams = { [key: string]: string | string[] | undefined }; type SearchParams = { [key: string]: string | string[] | undefined };