diff --git a/components/DownloadBtnGtoup.tsx b/components/DownloadBtnGtoup.tsx index f86ffc7..fdee1a8 100644 --- a/components/DownloadBtnGtoup.tsx +++ b/components/DownloadBtnGtoup.tsx @@ -9,6 +9,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 = { @@ -47,7 +48,7 @@ export const DownloadButton = ({ }) => { return (