mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Update: Work on new Friends tab + minor fixes
This commit is contained in:
@@ -4,7 +4,7 @@ import styled, { css } from "styled-components";
|
||||
import { useSelf } from "../../context/revoltjs/hooks";
|
||||
import { useHistory, useLocation } from "react-router";
|
||||
import ConditionalLink from "../../lib/ConditionalLink";
|
||||
import { MessageRounded, Group } from "@styled-icons/boxicons-regular";
|
||||
import { Message, Group } from "@styled-icons/boxicons-regular";
|
||||
|
||||
const NavigationBase = styled.div`
|
||||
z-index: 10;
|
||||
@@ -50,7 +50,7 @@ export default function BottomNavigation() {
|
||||
}
|
||||
}
|
||||
}}>
|
||||
<MessageRounded size={26} />
|
||||
<Message size={26} />
|
||||
</IconButton>
|
||||
</Button>
|
||||
<Button active={friendsActive}>
|
||||
|
||||
Reference in New Issue
Block a user