chore: Replace Repo Name

This commit is contained in:
WhizPanda
2023-12-02 23:04:04 +08:00
parent 3e93f0ecbc
commit 64a283c3a6
9 changed files with 12 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ const SettingPage = () => {
};
const toGithubRepo = useLockFn(() => {
return openWebUrl("https://github.com/wonfen/clash-verge-rev");
return openWebUrl("https://github.com/clash-verge-rev/clash-verge-rev");
});
return (
@@ -26,7 +26,7 @@ const SettingPage = () => {
<IconButton
size="small"
color="inherit"
title="@wonfen/clash-verge-rev"
title="@clash-verge-rev/clash-verge-rev"
onClick={toGithubRepo}
>
<GitHub fontSize="inherit" />