From d24608b446443af7cf0d9ddbc1f80f06f3714eef Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Wed, 29 Dec 2021 19:58:33 +0800 Subject: [PATCH] fix some typos, add a few tooltips --- README.md | 4 +--- components/DownloadBtnGtoup.tsx | 6 ++++++ styles/markdown-github.css | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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 (