diff --git a/frontend/src/components/AboutPage.tsx b/frontend/src/components/AboutPage.tsx index 94c93e9..0372200 100644 --- a/frontend/src/components/AboutPage.tsx +++ b/frontend/src/components/AboutPage.tsx @@ -23,6 +23,8 @@ const browserExtensionItems = [ { icon: XProIcon, label: "Twitter/X Media Batch Downloader Pro", alt: "Twitter/X Media Batch Downloader Pro" }, ]; +const projectCardClass = "cursor-pointer transition-colors hover:bg-muted/50 dark:hover:bg-accent/50"; + export function AboutPage() { const [activeTab, setActiveTab] = useState<"projects" | "support">("projects"); const [repoStats, setRepoStats] = useState>({}); @@ -163,7 +165,7 @@ export function AboutPage() { {activeTab === "projects" && (
- openExternal("https://exyezed.qzz.io/")}> + openExternal("https://exyezed.qzz.io/")}> Browser Extensions & Scripts @@ -178,7 +180,7 @@ export function AboutPage() { - openExternal("https://spotubedl.com/")}> + openExternal("https://spotubedl.com/")}> SpotubeDL{" "} @@ -191,7 +193,7 @@ export function AboutPage() {
- openExternal("https://github.com/afkarxyz/SpotiDownloader")}> + openExternal("https://github.com/afkarxyz/SpotiDownloader")}>
SpotiDownloader @@ -241,7 +243,7 @@ export function AboutPage() {
)}
- openExternal("https://github.com/spotiverse/SpotiFLAC-Next")}> + openExternal("https://github.com/spotiverse/SpotiFLAC-Next")}>
SpotiFLAC Next @@ -285,12 +287,12 @@ export function AboutPage() { Note

- This project is a thank-you to everyone who supported SpotiFLAC on Ko-fi. + This project was created as a thank-you to everyone who has supported SpotiFLAC on Ko-fi.

)} - openExternal("https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader")}> + openExternal("https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader")}>
Twitter/X Media Batch Downloader