fix: hide URL preview in in-app download guide
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:
TerryM
2026-06-05 21:17:34 +08:00
parent 4c684d75a3
commit ec8ef5b774

View File

@@ -154,12 +154,6 @@ export function InAppDownloadGuideProvider({
</li>
</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
type="button"
onClick={handleCopy}