change label to group

This commit is contained in:
2024-11-10 20:52:05 +02:00
parent 9e32cb4e67
commit 978dd7d995
6 changed files with 7 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ export const MobileFooter = ({
setMobileViewMode("groups");
}}
icon={
<IconWrapper color="rgba(250, 250, 250, 0.5)" label="Hubs">
<IconWrapper color="rgba(250, 250, 250, 0.5)" label="Groups">
<HubsIcon color={hasUnreadGroups ? "var(--unread)" : "rgba(250, 250, 250, 0.5)"} />
</IconWrapper>
}