Skip to content

Commit dbdb94e

Browse files
committed
Update _layout.tsx
1 parent 58ac488 commit dbdb94e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Random-Generator/app/(tabs)/_layout.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export default function TabLayout() {
4848
}}
4949
/>
5050
<Tabs.Screen
51-
name="gidle"
51+
name="unsplash"
5252
options={{
53-
title: '(G)I-DLE',
54-
tabBarIcon: ({ color }) => <TabBarIcon name="image" color={color} />,
53+
title: 'Unsplash',
54+
tabBarIcon: ({ color }) => <TabBarIcon name="star" color={color} />,
5555
}}
5656
/>
5757
<Tabs.Screen
@@ -61,6 +61,13 @@ export default function TabLayout() {
6161
tabBarIcon: ({ color }) => <TabBarIcon name="map" color={color} />,
6262
}}
6363
/>
64+
<Tabs.Screen
65+
name="gidle"
66+
options={{
67+
title: '(G)I-DLE',
68+
tabBarIcon: ({ color }) => <TabBarIcon name="image" color={color} />,
69+
}}
70+
/>
6471

6572
</Tabs>
6673

0 commit comments

Comments
 (0)