diff options
Diffstat (limited to 'app/components/QuickLinks.tsx')
-rw-r--r-- | app/components/QuickLinks.tsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/components/QuickLinks.tsx b/app/components/QuickLinks.tsx index 8a853cf..ad5a5ae 100644 --- a/app/components/QuickLinks.tsx +++ b/app/components/QuickLinks.tsx @@ -5,6 +5,7 @@ import { Mail, Fish, ChartArea, + House, } from "lucide-react"; export default function QuickLinks() { @@ -12,11 +13,21 @@ export default function QuickLinks() { { name: "Google", url: "https://www.google.com", icon: Search }, { name: "Gitea", url: "https://git.simponic.xyz", icon: GitPullRequest }, { + name: "Scurvy", + url: "https://scurvy.internal.simponic.xyz", + icon: Skull, + }, + { name: "Mail", url: "https://roundcube.internal.simponic.xyz", icon: Mail, }, { + name: "Home", + url: "https://home.lucina.cloud", + icon: House, + }, + { name: "Jellyfin", url: "https://jellyfin.internal.simponic.xyz", icon: Fish, |