change label to group

This commit is contained in:
PhilReact 2024-11-10 20:51:42 +02:00
parent 603afcb8b6
commit 0f6319670d
6 changed files with 7 additions and 7 deletions

View File

@ -140,7 +140,7 @@ export const DesktopFooter = ({
>
<IconWrapper
color="rgba(250, 250, 250, 0.5)"
label="Hubs"
label="Groups"
selected={isGroups}
>
<HubsIcon

View File

@ -134,7 +134,7 @@ export const DesktopHeader = ({
>
<IconWrapper
color="rgba(250, 250, 250, 0.5)"
label="Hubs"
label="Groups"
selected={isGroups}
>
<HubsIcon

View File

@ -67,7 +67,7 @@ export const GroupInvites = ({ myAddress, setOpenAddGroup }) => {
fontWeight: 600,
}}
>
Hub Invites:
Group Invites:
</Typography>
<Spacer height="10px" />
</Box>

View File

@ -76,7 +76,7 @@ export const GroupMenu = ({ setGroupSection, groupSection, setOpenManageMembers,
<> <NotificationIcon2 color={hasUnreadAnnouncements || hasUnreadChat ? 'var(--unread)' : 'white'} /> {" Announcements"}</>
)}
{groupSection === "chat" &&(
<> <ChatIcon color={hasUnreadAnnouncements || hasUnreadChat ? 'var(--unread)' : 'white'} /> {" Hub Chats"}</>
<> <ChatIcon color={hasUnreadAnnouncements || hasUnreadChat ? 'var(--unread)' : 'white'} /> {" Group Chats"}</>
)}
{groupSection === "forum" &&(
<> <ThreadsIcon color={hasUnreadAnnouncements || hasUnreadChat ? 'var(--unread)' : 'white'} /> {" Threads"}</>

View File

@ -105,7 +105,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>
}

View File

@ -205,7 +205,7 @@ const Header = ({
fontWeight: 600,
color: hasUnreadGroups ? "var(--unread)" :"rgba(250, 250, 250, 0.5)"
},
}} primary="Hubs" />
}} primary="Groups" />
</MenuItem>
<MenuItem
onClick={() => {
@ -441,7 +441,7 @@ const Header = ({
fontWeight: 600,
color: hasUnreadDirects ? "var(--unread)" :"rgba(250, 250, 250, 0.5)"
},
}} primary="Hubs" />
}} primary="Groups" />
</MenuItem>
<MenuItem
onClick={() => {