From 071d4d1430661725e0a364e23eb6e127242e3a79 Mon Sep 17 00:00:00 2001 From: Pavlo Myroniuk Date: Sat, 9 Mar 2024 00:53:04 +0200 Subject: [PATCH] feat(crypto-helper): diff: add link to another external online diff tool; --- src/diff.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/diff.rs b/src/diff.rs index 96b33581..5cc69ca5 100644 --- a/src/diff.rs +++ b/src/diff.rs @@ -189,6 +189,8 @@ pub fn diff_page() -> Html { {render_algorithm_options(*algorithm)} + {"Alternatively, you can use this tool, which is quite good too:"} + {"diffviewer.vercel.app"}