diff options
| author | cubemaze <[email protected]> | 2023-05-17 18:46:19 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-17 22:46:03 +0800 |
| commit | c3f7eb97e25275478c0a4f547e4568c3b06fcc95 (patch) | |
| tree | de476119d7df32e46a825d54a4057396c5a838bb /src/components | |
| parent | 0aca0fba9b19fbd1cb89b4e5332fdf737aaa58cf (diff) | |
chore: about page
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 383e3f7..ee7d2b6 100644 --- a/src/components/about/About.tsx +++ b/src/components/about/About.tsx @@ -39,7 +39,9 @@ function AboutImpl(props: Props) { <ContentHeader title="About" /> {version && version.version ? ( <Version - name={version.meta ? 'Clash.Meta' : 'Clash'} + name={ + version.meta && version.premium ? 'sing-box' : version.meta ? 'Clash.Meta' : 'Clash' + } version={version.version} link="https://github.com/metacubex/clash.meta" /> |
