diff options
author | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-17 12:03:39 -0800 |
---|---|---|
committer | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-17 12:05:21 -0800 |
commit | 582870c12d9e1ec5b84882bee4db8dcd56b261a7 (patch) | |
tree | 42748ca1edc38571ecd11b849c5e72581aa68344 /app/components/QuickLinks.tsx | |
parent | 2a08e687f6f33ac2e1526da04dfd982e11b50d36 (diff) | |
download | penguin-new-tab-582870c12d9e1ec5b84882bee4db8dcd56b261a7.tar.gz penguin-new-tab-582870c12d9e1ec5b84882bee4db8dcd56b261a7.zip |
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, |