mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Change sidebar icons
This commit is contained in:
@@ -18,11 +18,11 @@ import {
|
|||||||
RiDiscLine,
|
RiDiscLine,
|
||||||
RiFlag2Line,
|
RiFlag2Line,
|
||||||
RiFolder3Line,
|
RiFolder3Line,
|
||||||
RiHome5Fill,
|
RiHome4Fill,
|
||||||
RiHome5Line,
|
RiHome4Line,
|
||||||
RiListUnordered,
|
RiListUnordered,
|
||||||
RiMusicFill,
|
RiMusic2Fill,
|
||||||
RiMusicLine,
|
RiMusic2Line,
|
||||||
RiSearchLine,
|
RiSearchLine,
|
||||||
RiUserVoiceFill,
|
RiUserVoiceFill,
|
||||||
RiUserVoiceLine,
|
RiUserVoiceLine,
|
||||||
@@ -178,9 +178,9 @@ export const Sidebar = () => {
|
|||||||
>
|
>
|
||||||
<Group>
|
<Group>
|
||||||
{location.pathname === AppRoute.HOME ? (
|
{location.pathname === AppRoute.HOME ? (
|
||||||
<RiHome5Fill size="1.3em" />
|
<RiHome4Fill size="1.3em" />
|
||||||
) : (
|
) : (
|
||||||
<RiHome5Line size="1.3em" />
|
<RiHome4Line size="1.3em" />
|
||||||
)}
|
)}
|
||||||
Home
|
Home
|
||||||
</Group>
|
</Group>
|
||||||
@@ -226,9 +226,9 @@ export const Sidebar = () => {
|
|||||||
<SidebarItem to={AppRoute.LIBRARY_SONGS}>
|
<SidebarItem to={AppRoute.LIBRARY_SONGS}>
|
||||||
<Group>
|
<Group>
|
||||||
{location.pathname === AppRoute.LIBRARY_SONGS ? (
|
{location.pathname === AppRoute.LIBRARY_SONGS ? (
|
||||||
<RiMusicFill size="1.1em" />
|
<RiMusic2Fill size="1.1em" />
|
||||||
) : (
|
) : (
|
||||||
<RiMusicLine size="1.1em" />
|
<RiMusic2Line size="1.1em" />
|
||||||
)}
|
)}
|
||||||
Tracks
|
Tracks
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user