From 582870c12d9e1ec5b84882bee4db8dcd56b261a7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 17 Jan 2025 12:03:39 -0800 Subject: update quicklinks and ticks --- app/components/QuickLinks.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/components/QuickLinks.tsx') 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,17 +5,28 @@ import { Mail, Fish, ChartArea, + House, } from "lucide-react"; export default function QuickLinks() { const links = [ { 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", -- cgit v1.2.3-70-g09d2