Skip to content

Commit

Permalink
Update ArtDetails.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jilt authored Nov 30, 2023
1 parent 813b808 commit d1d0884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArtDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function ArtDetails(props) {
<Row>
<Col className="card-w">
<Card className="card inset">
{media}
<Image media={media}/>
<Card.Body className="d-grid gap-2">
<Card.Title className="text-center">{meta.title}</Card.Title>
<Card.Text className="text-center"><b>{meta.extra}</b><br />Owner: {nft.owner_id}
Expand Down

0 comments on commit d1d0884

Please sign in to comment.