fix: hide URL preview in in-app download guide
All checks were successful
Deploy Staging (terry-wallet-login) / deploy (push) Successful in 1m8s
All checks were successful
Deploy Staging (terry-wallet-login) / deploy (push) Successful in 1m8s
Drop the visible URL box from the modal — only the Copy link button remains. Copy still writes the absolute file download URL to the clipboard so the user can paste it into Chrome/Safari to trigger the download.
This commit is contained in:
@@ -154,12 +154,6 @@ export function InAppDownloadGuideProvider({
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<div className="rounded-2xl border border-white/10 bg-black/30 p-3">
|
|
||||||
<p className="break-all text-xs leading-5 text-neutral-300">
|
|
||||||
{detail.url}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={handleCopy}
|
onClick={handleCopy}
|
||||||
|
|||||||
Reference in New Issue
Block a user