Skip to content

Commit

Permalink
Fix magnet link protocol error documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 authored Oct 16, 2024
1 parent e780c20 commit 919d8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Home() {

if (!linkRegex.test(magnetLink)) {
toast.warn(
"Please make sure your link starts with 'http://' or 'https://' or 'magnet://'",
"Please make sure your link starts with 'http://' or 'https://' or 'magnet:'",
);
return;
}
Expand Down

0 comments on commit 919d8b2

Please sign in to comment.