Skip to content

Commit

Permalink
Merge pull request #645 from artizen-fund/test
Browse files Browse the repository at this point in the history
added last code
  • Loading branch information
rubelux authored Oct 18, 2023
2 parents 0a83a0d + 0cc43f9 commit da57503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HomeParts/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ const ProjectCard = ({ seasonIsActive, project, index, totalSales, matchFundPool
</Artist>
)}
<Img
src={`${latestArtifact.artwork?.replace('/upload', '/upload/c_limit,w_1000').replace('.png', '.jpg')}`}
src={`${latestArtifact.artwork?.replace('.png', '.jpg')}`}
onClick={() =>
setVisibleModalWithAttrs('media', {
videoFile: latestArtifact.video,
imageFile: latestArtifact.artwork?.replace('/upload', '/upload/c_limit,w_1000').replace('.png', '.jpg'),
imageFile: latestArtifact.artwork?.replace('.png', '.jpg'),
})
}
/>
Expand Down

1 comment on commit da57503

@vercel
Copy link

@vercel vercel bot commented on da57503 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artizen-frontend – ./

www.artizen.fund
artizen-frontend-artizen.vercel.app
artizen-frontend-git-main-artizen.vercel.app

Please sign in to comment.