We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a954dc2 commit a647cd4Copy full SHA for a647cd4
packages/app/components/sidebar/HomeSideBar.tsx
@@ -38,16 +38,16 @@ const links = [
38
text: 'Home',
39
href: '/',
40
},
41
- {
42
- icon: <IconDeviceReset size={'$1'} scale={1.2} />,
43
- text: 'Activity',
44
- href: '/activity',
45
- },
46
{
47
icon: <IconArrowUp size={'$1'} scale={1.3} />,
48
text: 'Send',
49
href: '/send',
50
+ {
+ icon: <IconDeviceReset size={'$1'} scale={1.2} />,
+ text: 'Activity',
+ href: '/activity',
+ },
51
52
icon: <IconWorldSearch size={'$1'} scale={1.1} />,
53
text: 'Explore',
0 commit comments