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}
/>
- } />
+ } />
)