Skip to content
Snippets Groups Projects
Commit 9243b3e2 authored by nizune's avatar nizune
Browse files

Fix: changed icons to solid on sidebar for temp

parent 71bc4383
Branches
No related merge requests found
import { Localizer, Text } from "preact-i18n";
import { useContext, useEffect } from "preact/hooks";
import { Home, Group, Wrench, Save } from "@styled-icons/boxicons-regular";
import { Home, UserDetail, Wrench, Save } from "@styled-icons/boxicons-solid";
import Category from '../../ui/Category';
import PaintCounter from "../../../lib/PaintCounter";
......@@ -85,7 +85,7 @@ function HomeSidebar(props: Props) {
) !== "undefined" ? 'unread' : undefined
}
>
<Group size={20} />
<UserDetail size={20} />
<span><Text id="app.navigation.tabs.friends" /></span>
</ButtonItem>
</ConditionalLink>
......
......@@ -18,7 +18,6 @@ const CategoryBase = styled.div<Pick<Props, 'variant'>>`
justify-content: space-between;
svg {
stroke: var(--foreground);
cursor: pointer;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment