Skip to content

Commit

Permalink
👽 Update NFT tab URL paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Aug 22, 2023
1 parent 6634236 commit a949fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/screens/nft-reader-screen/nft-reader-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ export class NFTReaderScreen extends React.Component<NFTReaderScreenProps, {}> {
const baseURL = this.props.walletConnectStore.localizedLikerLandBaseURL
switch (this.state.tabValue) {
case "listing":
return `${baseURL}/writing-nft`
return `${baseURL}/store`

case "dashboard":
return `${baseURL}/dashboard`
return `${baseURL}/feed`

default:
return baseURL;
Expand Down

0 comments on commit a949fc4

Please sign in to comment.