From 4ba26bdbffa8c4b99b1ca48941f86d3fcef30fdb Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 16 Apr 2026 21:23:39 +0200 Subject: [PATCH] fix(deps): replace lucide brand icons with phosphor ones --- apps/docs/content/docs/quickstart.mdx | 5 +++-- apps/docs/src/components/Footer.tsx | 4 ++-- apps/docs/src/components/Header.tsx | 8 +++----- apps/docs/src/components/LandingPage.tsx | 8 ++++---- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/apps/docs/content/docs/quickstart.mdx b/apps/docs/content/docs/quickstart.mdx index fa56e81b..5c8b13dc 100644 --- a/apps/docs/content/docs/quickstart.mdx +++ b/apps/docs/content/docs/quickstart.mdx @@ -766,7 +766,7 @@ If you encounter issues: View detailed logs with `docker compose logs -f zerobyte` - }> + }> Report bugs or request features at [github.com/nicotsx/zerobyte/issues](https://github.com/nicotsx/zerobyte/issues) @@ -817,6 +817,7 @@ You've successfully: Your data is now protected with encrypted, deduplicated backups. Zerobyte will continue to run backups automatically according to your schedule. -import { FolderPlus, Cloud, Bell, History, FileText, Github, BookOpen, Users, Check } from "lucide-react"; +import { GithubLogoIcon } from "@phosphor-icons/react"; +import { FolderPlus, Cloud, Bell, History, FileText, BookOpen, Users, Check } from "lucide-react"; import { Tab, Tabs } from "fumadocs-ui/components/tabs"; import { Accordion, Accordions } from "fumadocs-ui/components/accordion"; diff --git a/apps/docs/src/components/Footer.tsx b/apps/docs/src/components/Footer.tsx index 44125294..f9583d99 100644 --- a/apps/docs/src/components/Footer.tsx +++ b/apps/docs/src/components/Footer.tsx @@ -1,5 +1,5 @@ import { Link } from "@tanstack/react-router"; -import { Github } from "lucide-react"; +import { GithubLogoIcon } from "@phosphor-icons/react"; const repoUrl = "https://github.com/nicotsx/zerobyte"; @@ -29,7 +29,7 @@ export default function Footer() { rel="noopener noreferrer" className="flex items-center gap-2 text-sm text-muted-foreground transition-colors hover:text-foreground" > - + GitHub diff --git a/apps/docs/src/components/Header.tsx b/apps/docs/src/components/Header.tsx index b4bb5bc1..76822ef9 100644 --- a/apps/docs/src/components/Header.tsx +++ b/apps/docs/src/components/Header.tsx @@ -1,5 +1,5 @@ import { Link } from "@tanstack/react-router"; -import { Github } from "lucide-react"; +import { GithubLogoIcon, DiscordLogoIcon } from "@phosphor-icons/react"; const discordUrl = "https://discord.gg/MzBXz5v5XB"; const repoUrl = "https://github.com/nicotsx/zerobyte"; @@ -46,9 +46,7 @@ export default function Header() { rel="noopener noreferrer" className={`${buttonBaseClass} size-9 text-muted-foreground hover:bg-accent hover:text-foreground`} > - + Join Discord - + View on GitHub diff --git a/apps/docs/src/components/LandingPage.tsx b/apps/docs/src/components/LandingPage.tsx index eb598c32..333f7bba 100644 --- a/apps/docs/src/components/LandingPage.tsx +++ b/apps/docs/src/components/LandingPage.tsx @@ -11,7 +11,6 @@ import { Copy, Database, FileQuestion, - Github, HardDrive, Layers, Lock, @@ -23,6 +22,7 @@ import { Zap, type LucideIcon, } from "lucide-react"; +import { GithubLogoIcon } from "@phosphor-icons/react"; import { CornerCard } from "./CornerCard"; import Footer from "./Footer"; @@ -224,7 +224,7 @@ export default function LandingPage() {
-
+

@@ -243,7 +243,7 @@ export default function LandingPage() { - + View on GitHub

@@ -439,7 +439,7 @@ export default function LandingPage() { - + View on GitHub