Skip to content

Commit 407f361

Browse files
committed
Update contents
1 parent 3816388 commit 407f361

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

client/mocks/Books/Books.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import book4 from "./book4.jpg"
77
export const Books: Book[] = [
88
{
99
id: -1,
10-
title: "Book1",
10+
title: "The Chronicles of Narnia",
1111
image_covers: [book1],
1212
price: 20,
1313

@@ -16,7 +16,7 @@ export const Books: Book[] = [
1616
},
1717
{
1818
id: -2,
19-
title: "Book2",
19+
title: "The Psychology of Money",
2020
image_covers: [
2121
{
2222
uri: "https://images.unsplash.com/photo-1592496431122-2349e0fbc666?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1212&q=80",
@@ -29,7 +29,7 @@ export const Books: Book[] = [
2929
},
3030
{
3131
id: -3,
32-
title: "Book3",
32+
title: "Your Soul is a River",
3333
image_covers: [book3],
3434
price: 10,
3535

@@ -38,7 +38,7 @@ export const Books: Book[] = [
3838
},
3939
{
4040
id: -4,
41-
title: "Book4",
41+
title: "Harry Potter and the Prisoner",
4242
image_covers: [book4],
4343
price: 120,
4444

client/screens/DetailsScreen/DetailsScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function DetailsScreen({ navigation, route }: any) {
6666
<ArrowLongLeftIcon
6767
color="white"
6868
size={40}
69-
style={{ position: "absolute", left: 20, top: 20 }}
69+
style={{ position: "absolute", left: 20, top: 40 }}
7070
onPress={() => navigation.navigate("Home")}
7171
/>
7272
<View style={styles.main}>

0 commit comments

Comments
 (0)