Switch to svg image
This commit is contained in:
parent
f70248a1d5
commit
c5955bc5cd
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
|
@ -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 };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue