Skip to content

Commit 27f5b06

Browse files
committed
Update SendTab.jsx
1 parent 584f2e6 commit 27f5b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SendTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function SendTab() {
4444
}
4545
};
4646

47-
const shareUrl = result ? `${window.location.origin}/decrypt/${result.id}` : "";
47+
const shareUrl = result ? `${window.location.origin}/#/decrypt/${result.id}` : "";
4848

4949
return (
5050
<div>

0 commit comments

Comments
 (0)