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/package.json b/apps/docs/package.json index 37e0edf3..3764489d 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -29,7 +29,7 @@ "fumadocs-core": "^16.6.9", "fumadocs-mdx": "^14.2.9", "fumadocs-ui": "^16.6.9", - "lucide-react": "^0.545.0", + "lucide-react": "^1.0.0", "react": "^19.2.0", "react-dom": "^19.2.0", "shadcn": "^4.2.0", 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
diff --git a/bun.lock b/bun.lock index 468a85d1..2d1546d6 100644 --- a/bun.lock +++ b/bun.lock @@ -146,7 +146,7 @@ "fumadocs-core": "^16.6.9", "fumadocs-mdx": "^14.2.9", "fumadocs-ui": "^16.6.9", - "lucide-react": "^0.545.0", + "lucide-react": "^1.0.0", "react": "^19.2.0", "react-dom": "^19.2.0", "shadcn": "^4.2.0", @@ -3086,7 +3086,7 @@ "docs/@types/node": ["@types/node@22.19.17", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q=="], - "docs/lucide-react": ["lucide-react@0.545.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw=="], + "docs/lucide-react": ["lucide-react@1.8.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw=="], "docs/typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],