From ea3c8c9ae777a0fc61fe52317f76d3d36849ff0a Mon Sep 17 00:00:00 2001 From: Charlotte George <33436621+charlottegeo@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:07:41 -0400 Subject: [PATCH 1/2] Add Plex Catalog to media section + remove broken service from services section (#180) * remove catjam since it doesn't work rn * Added Plex Catalog to Media section --- data/links.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/links.json b/data/links.json index ae4f115..cccfce5 100644 --- a/data/links.json +++ b/data/links.json @@ -93,6 +93,11 @@ "name": "Game Night", "href": "https://game-night.csh.rit.edu", "icon": "foundation:die-three" + }, + { + "name": "Plex Catalog", + "href": "https://plex.csh.rit.edu", + "icon": "material:movie" } ] }, @@ -190,11 +195,6 @@ "name": "Pings", "href": "https://pings.csh.rit.edu", "icon": "material:add-alert" - }, - { - "name": "CatJam", - "href": "https://catjam.csh.rit.edu", - "icon": "webhostinghub:cat" } ] }, From 9706999438196dfe0693ad4e1de434f940d964ef Mon Sep 17 00:00:00 2001 From: Mobmaker <45888585+Mobmaker55@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:48:48 -0400 Subject: [PATCH 2/2] Add vault to services (#163) * Add vault, remove "ballots" * fixed icon --------- Co-authored-by: Noah Hanford Co-authored-by: Noah Hanford (spaced) --- data/links.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/links.json b/data/links.json index cccfce5..04eeaaa 100644 --- a/data/links.json +++ b/data/links.json @@ -156,6 +156,11 @@ "icon": "fa:slack", "popular": true }, + { + "name": "Password Vault", + "href": "https://vault.csh.rit.edu", + "icon": "material:lock" + }, { "name": "Theme Switcher", "href": "https://themeswitcher.csh.rit.edu",