Skip to content

Commit 59ffaf3

Browse files
authored
fix: windows sendme install uri (#409)
1 parent 7e1bee7 commit 59ffaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SendmePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const koulen = localFont({
2121

2222
export default function SendmePage() {
2323
const install = `curl -fsSL https://iroh.computer/sendme.sh | sh`
24-
const install_win = `iwr https://iroh.computer/sendme.ps1 -useb | iex`
24+
const install_win = `iwr https://www.iroh.computer/sendme.ps1 -useb | iex`
2525
const [copied, setCopied] = React.useState(false)
2626
const [copiedWin, setCopiedWin] = React.useState(false)
2727

0 commit comments

Comments
 (0)