We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f48eb commit 9d1f95dCopy full SHA for 9d1f95d
client/src/pages/index.tsx
@@ -424,7 +424,7 @@ export default function IndexPage() {
424
<span className="flex-1">{item.description}</span>
425
{item.purchaseScreenshot && (
426
<CopyButton
427
- value={item.purchaseScreenshot}
+ value={[item.purchaseScreenshot, item.screenshotSummary || Transparent1x1WebpPixel]}
428
isImage={true}
429
showToast={true}
430
toastText={t("copied-to-clipboard")}
0 commit comments