mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-09 19:57:14 +00:00
fix(frontend): point remaining GitHub repo links at this fork
The sidebar's version badge and the subscription-templates docs link still hardcoded MHSanaei/3x-ui. install.sh and every README already point at Kuzz007/3x-ui; these were the last two functional (non-credit) repo links left pointing upstream. DONATE_URL/DOCS_URL intentionally left alone -- those point at the original author's own donation page and docs site, which is deliberate per this fork's existing convention of crediting/linking upstream for general (non-fork-specific) info. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@ import './AppSidebar.css';
|
|||||||
const SIDEBAR_COLLAPSED_KEY = 'isSidebarCollapsed';
|
const SIDEBAR_COLLAPSED_KEY = 'isSidebarCollapsed';
|
||||||
const DONATE_URL = 'https://donate.sanaei.dev/';
|
const DONATE_URL = 'https://donate.sanaei.dev/';
|
||||||
const DOCS_URL = 'https://docs.sanaei.dev/';
|
const DOCS_URL = 'https://docs.sanaei.dev/';
|
||||||
const REPO_URL = 'https://github.com/MHSanaei/3x-ui';
|
const REPO_URL = 'https://github.com/Kuzz007/3x-ui';
|
||||||
const LOGOUT_KEY = '__logout__';
|
const LOGOUT_KEY = '__logout__';
|
||||||
|
|
||||||
type IconName = 'dashboard' | 'inbound' | 'team' | 'groups' | 'setting' | 'tool' | 'cluster' | 'hosts' | 'logout' | 'apidocs' | 'outbound' | 'routing';
|
type IconName = 'dashboard' | 'inbound' | 'team' | 'groups' | 'setting' | 'tool' | 'cluster' | 'hosts' | 'logout' | 'apidocs' | 'outbound' | 'routing';
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ export default function SubscriptionGeneralTab({ allSetting, updateSetting }: Su
|
|||||||
<>
|
<>
|
||||||
{t('pages.settings.subThemeDirDesc')}{' '}
|
{t('pages.settings.subThemeDirDesc')}{' '}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/MHSanaei/3x-ui/blob/main/docs/custom-subscription-templates.md"
|
href="https://github.com/Kuzz007/3x-ui/blob/main/docs/custom-subscription-templates.md"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user