We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584f2e6 commit 27f5b06Copy full SHA for 27f5b06
1 file changed
src/components/SendTab.jsx
@@ -44,7 +44,7 @@ export default function SendTab() {
44
}
45
};
46
47
- const shareUrl = result ? `${window.location.origin}/decrypt/${result.id}` : "";
+ const shareUrl = result ? `${window.location.origin}/#/decrypt/${result.id}` : "";
48
49
return (
50
<div>
0 commit comments