Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit cfba9d4

Browse files
committed
URL updated
1 parent d1ddb8a commit cfba9d4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Products.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ class GridItem extends React.PureComponent {
8888
borderRadius: 2}}>
8989
<Image
9090
style={{alignContent:'center', flex:0.8, width: 170, height:170}}
91-
source={{uri: item.featured_image[0].url,
92-
cache: 'only-if-cached'}}/>
91+
source={{uri: item.featured_image[0].url}}/>
9392
<Text numberOfLines = {1} style= {{ flex:0.1,textAlignVertical: "center", textAlign: "center", fontSize: 15,}}>{item.title}</Text>
9493
<Text numberOfLines = {2} style= {{ flex:0.1,textAlignVertical: "center", textAlign: "center",fontSize: 12, alignContent: 'center'}}>${item.price}</Text>
9594
</View>

apollo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ApolloClient } from 'apollo-client';
22
import { HttpLink } from 'apollo-link-http';
33
import { InMemoryCache } from 'apollo-cache-inmemory';
4-
const GRAPHQL_ENDPOINT = `https://graphql.contentstack.com/stacks/blt27375ee3faaf9bcb?environment=development&access_token=cs4ea368e22cdf93943a9923dd`;
4+
const GRAPHQL_ENDPOINT = `https://graphql.contentstack.com/stacks/blt292960b854e5170e?environment=development&access_token=csf77a123fda5cc627a0363a49`;
55

66
const apolloClient = () => {
77
const link = new HttpLink({

0 commit comments

Comments
 (0)