From b400c44deee5207802448fb00bb8ed3e9ec036e9 Mon Sep 17 00:00:00 2001 From: CHIZI-0618 Date: Thu, 25 May 2023 13:26:14 +0800 Subject: chore: about page --- src/components/about/About.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/about') 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} -- cgit v1.3.1