diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/about/About.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/about/About.tsx b/src/components/about/About.tsx index ee7d2b6..eb7a268 100644 --- a/src/components/about/About.tsx +++ b/src/components/about/About.tsx @@ -43,7 +43,9 @@ function AboutImpl(props: Props) { version.meta && version.premium ? 'sing-box' : version.meta ? 'Clash.Meta' : 'Clash' } version={version.version} - link="https://github.com/metacubex/clash.meta" + link={ + version.meta && version.premium ? 'https://github.com/SagerNet/sing-box' : version.meta ? 'https://github.com/MetaCubeX/Clash.Meta' : 'https://github.com/Dreamacro/clash' + } /> ) : null} <Version name="Yacd" version={__VERSION__} link="https://github.com/metacubex/yacd" /> |
