diff --git a/components/DownloadBtnGtoup.tsx b/components/DownloadBtnGtoup.tsx index 7f0eabc..22e5fd6 100644 --- a/components/DownloadBtnGtoup.tsx +++ b/components/DownloadBtnGtoup.tsx @@ -8,6 +8,7 @@ import Image from 'next/image' import { useRouter } from 'next/router' import { getBaseUrl } from '../utils/getBaseUrl' +import { getReadablePath } from '../utils/getReadablePath' const btnStyleMap = (btnColor?: string) => { const colorMap = { @@ -46,7 +47,7 @@ export const DownloadButton = ({ }) => { return (