From a0cb3a97625951ec3c454bc40570f31694a28c1e Mon Sep 17 00:00:00 2001
From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com>
Date: Mon, 23 Jan 2023 14:35:59 +0100
Subject: [PATCH] fix icons names in topbar
---
apps/vite/src/components/topbar.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/vite/src/components/topbar.tsx b/apps/vite/src/components/topbar.tsx
index 2edca5ba..301c6831 100644
--- a/apps/vite/src/components/topbar.tsx
+++ b/apps/vite/src/components/topbar.tsx
@@ -1,5 +1,5 @@
import { Divider, IconButton, Paragraph } from '@status-im/components'
-import { Locked, Members, Options } from '@status-im/icons/20'
+import { LockedIcon, MembersIcon, OptionsIcon } from '@status-im/icons/20'
import { Stack } from '@tamagui/core'
type Props = {
@@ -24,7 +24,7 @@ export const Topbar = (props: Props) => {
# random
-
+
Share random funny stuff with the community. Play nice.
@@ -33,11 +33,11 @@ export const Topbar = (props: Props) => {
}
+ icon={}
selected={membersVisisble}
onPress={onMembersPress}
/>
- } />
+ } />
)