Skip to content

Commit a647cd4

Browse files
authored
Reorder menu items on desktop (#1410)
1 parent a954dc2 commit a647cd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/app/components/sidebar/HomeSideBar.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ const links = [
3838
text: 'Home',
3939
href: '/',
4040
},
41-
{
42-
icon: <IconDeviceReset size={'$1'} scale={1.2} />,
43-
text: 'Activity',
44-
href: '/activity',
45-
},
4641
{
4742
icon: <IconArrowUp size={'$1'} scale={1.3} />,
4843
text: 'Send',
4944
href: '/send',
5045
},
46+
{
47+
icon: <IconDeviceReset size={'$1'} scale={1.2} />,
48+
text: 'Activity',
49+
href: '/activity',
50+
},
5151
{
5252
icon: <IconWorldSearch size={'$1'} scale={1.1} />,
5353
text: 'Explore',

0 commit comments

Comments
 (0)