From a2c562888a2b8a3d492815acb97ab0ff5ec3e219 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Tue, 30 Dec 2025 01:47:07 +0400 Subject: [PATCH] chore: update GitHub links to Gitea --- components/Sidebar.tsx | 6 +++--- package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index db32e22..540daaa 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -45,7 +45,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) { {t.backToRommark} - +

PA @@ -53,7 +53,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) { {t.title}

- + {t.viewOnGithub} @@ -120,7 +120,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) { <> {/* Mobile Header */}
- +
PA
diff --git a/package.json b/package.json index 4aeb335..dfec447 100644 --- a/package.json +++ b/package.json @@ -56,10 +56,10 @@ "license": "ISC", "repository": { "type": "git", - "url": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer.git" + "url": "https://github.rommark.dev/admin/PromptArch.git" }, "bugs": { - "url": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer/issues" + "url": "https://github.rommark.dev/admin/PromptArch/issues" }, - "homepage": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer#readme" -} + "homepage": "https://github.rommark.dev/admin/PromptArch" +} \ No newline at end of file