diff --git a/frontend/src/components/AboutPage.tsx b/frontend/src/components/AboutPage.tsx index 0372200..93032c8 100644 --- a/frontend/src/components/AboutPage.tsx +++ b/frontend/src/components/AboutPage.tsx @@ -164,35 +164,55 @@ export function AboutPage() { {activeTab === "projects" && (
-
- openExternal("https://exyezed.qzz.io/")}> - - Browser Extensions & Scripts - - {browserExtensionItems.map((item) => ( -
- {item.alt}/ - - {item.label} - -
- ))} -
-
-
- openExternal("https://spotubedl.com/")}> - - - SpotubeDL{" "} - SpotubeDL - - - Download Spotify Tracks, Albums, Playlists as MP3/OGG/Opus - with High Quality. - - - -
+ openExternal("https://github.com/spotiverse/SpotiFLAC-Next")}> + +
+ SpotiFLAC Next + {repoStats["SpotiFLAC-Next"]?.latestVersion && ( + {repoStats["SpotiFLAC-Next"].latestVersion} + )} +
+ + SpotiFLAC Next + + + {getRepoDescription("SpotiFLAC-Next")} + +
+ {repoStats["SpotiFLAC-Next"] && ( + {repoStats["SpotiFLAC-Next"].languages?.length > 0 && (
+ {repoStats["SpotiFLAC-Next"].languages.map((lang: string) => ( + {lang} + ))} +
)} +
+ + {" "} + {formatNumber(repoStats["SpotiFLAC-Next"].stars)} + + + {" "} + {repoStats["SpotiFLAC-Next"].forks} + + + {" "} + {formatTimeAgo(repoStats["SpotiFLAC-Next"].createdAt)} + +
+
+
+ + Note +
+

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

+
+
)} +
openExternal("https://github.com/afkarxyz/SpotiDownloader")}>
@@ -243,55 +263,6 @@ export function AboutPage() {
)}
- openExternal("https://github.com/spotiverse/SpotiFLAC-Next")}> - -
- SpotiFLAC Next - {repoStats["SpotiFLAC-Next"]?.latestVersion && ( - {repoStats["SpotiFLAC-Next"].latestVersion} - )} -
- - SpotiFLAC Next - - - {getRepoDescription("SpotiFLAC-Next")} - -
- {repoStats["SpotiFLAC-Next"] && ( - {repoStats["SpotiFLAC-Next"].languages?.length > 0 && (
- {repoStats["SpotiFLAC-Next"].languages.map((lang: string) => ( - {lang} - ))} -
)} -
- - {" "} - {formatNumber(repoStats["SpotiFLAC-Next"].stars)} - - - {" "} - {repoStats["SpotiFLAC-Next"].forks} - - - {" "} - {formatTimeAgo(repoStats["SpotiFLAC-Next"].createdAt)} - -
-
-
- - Note -
-

- 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")}>
@@ -345,6 +316,35 @@ export function AboutPage() {
)}
+
+ openExternal("https://exyezed.qzz.io/")}> + + Browser Extensions & Scripts + + {browserExtensionItems.map((item) => ( +
+ {item.alt}/ + + {item.label} + +
+ ))} +
+
+
+ openExternal("https://spotubedl.com/")}> + + + SpotubeDL{" "} + SpotubeDL + + + Download Spotify Tracks, Albums, Playlists as MP3/OGG/Opus + with High Quality. + + + +
)}