Skip to content

Commit 2e9f9c2

Browse files
committed
Update index.tsx
1 parent dbdb94e commit 2e9f9c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ export default function TabOneScreen() {
99
<View style={styles.separator} lightColor="#eee" darkColor="rgba(255,255,255,0.1)" />
1010

1111
<View style={styles.item}>
12-
<Text style={styles.text}>1. (G)I-DLE Image</Text>
12+
<Text style={styles.text}>1. Unsplash Photography</Text>
1313
</View>
1414

1515
<View style={styles.item}>
1616
<Text style={styles.text}>2. City Explorer</Text>
1717
</View>
18+
19+
<View style={styles.item}>
20+
<Text style={styles.text}>3. (G)I-DLE Image</Text>
21+
</View>
1822

1923

2024
<Text style={styles.text}>...</Text>

0 commit comments

Comments
 (0)