Skip to content

Commit

Permalink
fix(web): update-info-on-submit-item-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Jun 26, 2024
1 parent 43596d7 commit 3f78e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/SubmitItem/Preview/ItemDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ItemDisplay: React.FC<IItemDisplay> = ({}) => {

return (
<Container>
<StyledP>Check how the item is displayed on the Item page:</StyledP>
<StyledP>Check how the item is displayed on the List page:</StyledP>
<ItemCard props={props} status={Status.RegistrationRequested} />
</Container>
);
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/SubmitItem/Preview/ListDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ListDisplay: React.FC<IListDisplay> = ({}) => {

return (
<Container>
<StyledP>Check how the item is displayed on the List page:</StyledP>
<StyledP>Check how the item is displayed on the Item page:</StyledP>
<ItemInformationCard
props={props}
policyURI="/ipfs/QmSxGYpXHBWBGvGnBeZD1pFxh8fRHj4Z7o3fBzrGiqNx4v/tokens-policy.pdf"
Expand Down

0 comments on commit 3f78e0e

Please sign in to comment.