From 54af9073cb6a34fd694aee5abf96854efd12eb9c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 14 Dec 2025 01:57:36 +0100 Subject: [PATCH] Update web --- web/components/navbar.tsx | 4 ++-- web/components/rss-link.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/navbar.tsx b/web/components/navbar.tsx index eac7443..3a079b3 100644 --- a/web/components/navbar.tsx +++ b/web/components/navbar.tsx @@ -46,7 +46,7 @@ export default function Navbar() { {/* RSS Feed Link */} setIsMenuOpen(false)} target="_blank" diff --git a/web/components/rss-link.tsx b/web/components/rss-link.tsx index 34daa21..9557681 100644 --- a/web/components/rss-link.tsx +++ b/web/components/rss-link.tsx @@ -6,7 +6,7 @@ import { useState } from "react" export default function RSSLink() { const [copied, setCopied] = useState(false) - const rssUrl = "https://macrimi.github.io/ProxMenux/rss.xml" + const rssUrl = "https://proxmenux.com/rss.xml" const copyToClipboard = async () => { try {