Change sidebar icons
This commit is contained in:
parent
63cdefcb27
commit
14e6b4e7d6
1 changed files with 8 additions and 8 deletions
|
@ -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 a new issue