diff --git a/README.md b/README.md index 600c22d..fb72106 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ GitHub Discussions ---- - ## Discussion Please go to our [discussion forum](https://github.com/spencerwooo/onedrive-vercel-index/discussions) for general questions and FAQs, **issues are for bug reports and bug reports only.** Feature requests may or may not be ignored, as [I (@spencerwooo)](https://spencerwoo.com) am the only one maintaining the project, so **I only prioritise features that I use.** @@ -89,7 +87,7 @@ Live demo at [Spencer's OneDrive](https://drive.spencerwoo.com). - Direct raw-file serving, proxied file serving ... - Permalink copy, proxied download link copy ... -- Full dark mode support, style and website customisations... +- Full dark mode support, style and website customisations ... 🍌 More importantly, it's pretty (●'◡'●) diff --git a/components/DownloadBtnGtoup.tsx b/components/DownloadBtnGtoup.tsx index 34c3192..2b52570 100644 --- a/components/DownloadBtnGtoup.tsx +++ b/components/DownloadBtnGtoup.tsx @@ -35,18 +35,21 @@ export const DownloadButton = ({ btnText, btnIcon, btnImage, + btnTitle, }: { onClickCallback: MouseEventHandler btnColor?: string btnText: string btnIcon?: IconProp btnImage?: string + btnTitle?: string }) => { return (