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 3cbe635 commit 1aab39fCopy full SHA for 1aab39f
components/ProductLinkCard.js
@@ -82,7 +82,7 @@ const ProductLinkCard = ({ link, product, user, onSendEmailClick, calculatedAmo
82
<b>Product Buy Link: </b>
83
</div>
84
85
- <div className={"col-md-6"}>
+ <div className={"col-md-9"}>
86
<b style={{color: '#509EE3'}}>{link}</b>
87
<CopyToClipboard text={link}>
88
<Button onClick={handleClick} title="copy to clipboard">
0 commit comments