mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
update RSS
This commit is contained in:
@@ -6,7 +6,7 @@ import { useState } from "react"
|
||||
|
||||
export default function RSSLink() {
|
||||
const [copied, setCopied] = useState(false)
|
||||
const rssUrl = `${typeof window !== "undefined" ? window.location.origin : ""}/rss.xml`
|
||||
const rssUrl = "https://macrimi.github.io/ProxMenux/rss.xml"
|
||||
|
||||
const copyToClipboard = async () => {
|
||||
try {
|
||||
@@ -43,7 +43,7 @@ export default function RSSLink() {
|
||||
</div>
|
||||
|
||||
<Link
|
||||
href="/rss.xml"
|
||||
href={rssUrl}
|
||||
className="inline-flex items-center justify-center space-x-2 px-4 py-2 bg-orange-600 text-white rounded-lg hover:bg-orange-700 transition-colors w-full sm:w-auto"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
|
Reference in New Issue
Block a user