Skip to content

Commit 6102958

Browse files
committed
fix: replace IconName.Portfolio usage
1 parent 822fbc3 commit 6102958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Views/Homepage/components/HomepageDiscoveryTabs/HomepageDiscoveryTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const HomepageDiscoveryTabs = forwardRef<
284284
style: { zIndex: 2 },
285285
}}
286286
>
287-
<DiscoveryTabView tabLabel="Portfolio" tabIcon={IconName.Portfolio}>
287+
<DiscoveryTabView tabLabel="Portfolio" tabIcon={IconName.PieChart}>
288288
<Reanimated.ScrollView
289289
showsVerticalScrollIndicator={false}
290290
onScroll={scrollHandler}

0 commit comments

Comments
 (0)