mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-16 17:16:25 +00:00
Update web
This commit is contained in:
@@ -46,7 +46,7 @@ export default function Navbar() {
|
||||
|
||||
{/* RSS Feed Link */}
|
||||
<Link
|
||||
href="https://macrimi.github.io/ProxMenux/rss.xml"
|
||||
href="https://proxmenux.com/rss.xml"
|
||||
className="flex items-center space-x-2 transition-colors hover:text-primary text-orange-600 hover:text-orange-700"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
@@ -81,7 +81,7 @@ export default function Navbar() {
|
||||
|
||||
{/* RSS Feed Link - Mobile */}
|
||||
<Link
|
||||
href="https://macrimi.github.io/ProxMenux/rss.xml"
|
||||
href="https://proxmenux.com/rss.xml"
|
||||
className="flex items-center space-x-2 py-2 transition-colors hover:text-primary text-orange-600 hover:text-orange-700"
|
||||
onClick={() => setIsMenuOpen(false)}
|
||||
target="_blank"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user