chore: update GitHub links to Gitea
This commit is contained in:
@@ -45,7 +45,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) {
|
|||||||
<Menu className="h-3 w-3" />
|
<Menu className="h-3 w-3" />
|
||||||
<span>{t.backToRommark}</span>
|
<span>{t.backToRommark}</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer" target="_blank" rel="noopener noreferrer" className="block">
|
<a href="https://github.rommark.dev/admin/PromptArch" target="_blank" rel="noopener noreferrer" className="block">
|
||||||
<h1 className="flex items-center gap-2 text-lg lg:text-xl font-bold hover:opacity-80 transition-opacity">
|
<h1 className="flex items-center gap-2 text-lg lg:text-xl font-bold hover:opacity-80 transition-opacity">
|
||||||
<div className="flex h-7 w-7 lg:h-8 lg:w-8 items-center justify-center rounded-lg bg-[#4285F4] text-primary-foreground text-sm lg:text-base">
|
<div className="flex h-7 w-7 lg:h-8 lg:w-8 items-center justify-center rounded-lg bg-[#4285F4] text-primary-foreground text-sm lg:text-base">
|
||||||
PA
|
PA
|
||||||
@@ -53,7 +53,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) {
|
|||||||
{t.title}
|
{t.title}
|
||||||
</h1>
|
</h1>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer" target="_blank" rel="noopener noreferrer" className="mt-2 lg:mt-3 flex items-center gap-1.5 rounded-md px-2 lg:px-3 py-1 lg:py-1.5 text-xs text-primary hover:bg-primary/10 transition-colors">
|
<a href="https://github.rommark.dev/admin/PromptArch" target="_blank" rel="noopener noreferrer" className="mt-2 lg:mt-3 flex items-center gap-1.5 rounded-md px-2 lg:px-3 py-1 lg:py-1.5 text-xs text-primary hover:bg-primary/10 transition-colors">
|
||||||
<Github className="h-3 w-3 lg:h-3.5 lg:w-3.5" />
|
<Github className="h-3 w-3 lg:h-3.5 lg:w-3.5" />
|
||||||
<span>{t.viewOnGithub}</span>
|
<span>{t.viewOnGithub}</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -120,7 +120,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) {
|
|||||||
<>
|
<>
|
||||||
{/* Mobile Header */}
|
{/* Mobile Header */}
|
||||||
<div className="lg:hidden fixed top-0 left-0 right-0 z-50 flex items-center justify-between border-b bg-card px-4 py-3">
|
<div className="lg:hidden fixed top-0 left-0 right-0 z-50 flex items-center justify-between border-b bg-card px-4 py-3">
|
||||||
<a href="https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer" target="_blank" rel="noopener noreferrer" className="flex items-center gap-2">
|
<a href="https://github.rommark.dev/admin/PromptArch" target="_blank" rel="noopener noreferrer" className="flex items-center gap-2">
|
||||||
<div className="flex h-7 w-7 items-center justify-center rounded-lg bg-primary text-primary-foreground text-sm font-bold">
|
<div className="flex h-7 w-7 items-center justify-center rounded-lg bg-primary text-primary-foreground text-sm font-bold">
|
||||||
PA
|
PA
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -56,10 +56,10 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer.git"
|
"url": "https://github.rommark.dev/admin/PromptArch.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user