From 919d8b2c20e5e8c90ffec41f2239551c58785337 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:32:29 -0400 Subject: [PATCH] Fix magnet link protocol error documentation fixes #59 --- pages/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.jsx b/pages/index.jsx index 24d1e7a..fafa272 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -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; }