mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
fix(home-profile-card): use profiles label for home shortcut
This commit is contained in:
parent
e7812396df
commit
ec7f912eae
@ -363,7 +363,7 @@ export const HomeProfileCard = ({
|
|||||||
endIcon={<StorageOutlined fontSize="small" />}
|
endIcon={<StorageOutlined fontSize="small" />}
|
||||||
sx={{ borderRadius: 1.5 }}
|
sx={{ borderRadius: 1.5 }}
|
||||||
>
|
>
|
||||||
{t("layout.components.navigation.tabs.proxies")}
|
{t("layout.components.navigation.tabs.profiles")}
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
}, [current, goToProfiles, t]);
|
}, [current, goToProfiles, t]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user