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 7e1bee7 commit 59ffaf3Copy full SHA for 59ffaf3
src/components/SendmePage.jsx
@@ -21,7 +21,7 @@ const koulen = localFont({
21
22
export default function SendmePage() {
23
const install = `curl -fsSL https://iroh.computer/sendme.sh | sh`
24
- const install_win = `iwr https://iroh.computer/sendme.ps1 -useb | iex`
+ const install_win = `iwr https://www.iroh.computer/sendme.ps1 -useb | iex`
25
const [copied, setCopied] = React.useState(false)
26
const [copiedWin, setCopiedWin] = React.useState(false)
27
0 commit comments