diff --git a/src/app/[...file]/download.png b/src/app/[...file]/download.png deleted file mode 100644 index 64cac1e..0000000 Binary files a/src/app/[...file]/download.png and /dev/null differ diff --git a/src/app/[...file]/page.tsx b/src/app/[...file]/page.tsx index c397c5a..733e1ac 100644 --- a/src/app/[...file]/page.tsx +++ b/src/app/[...file]/page.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; import Content from './content'; 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 };