Skip to content

Commit

Permalink
Update NFT asset URL and position of ReactQueryDevtools (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Feb 26, 2024
1 parent 48554e6 commit 6d3ad10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/app/components/DelegationNftCover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {type FC, useMemo, useRef, useState} from 'react'

type CoverVariant = 'dashboard' | 'delegation'

const PREFIX = 'https://nft-assets.phala.world/delegation_nft/Delegation_NFT_'
const PREFIX = 'https://nft-assets2.phala.world/delegation_nft/Delegation_NFT_'

const getNftCover = (
variant: CoverVariant,
Expand Down
2 changes: 1 addition & 1 deletion apps/app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const App: FC<MyAppProps> = (props) => {
<JotaiDevTools />
</Box>
)}
<ReactQueryDevtools />
<ReactQueryDevtools buttonPosition="bottom-left" />
</Layout>
</MuiThemeProvider>
</CacheProvider>
Expand Down

0 comments on commit 6d3ad10

Please sign in to comment.