Skip to content

Commit 071d4d1

Browse files
feat(crypto-helper): diff: add link to another external online diff tool;
1 parent 165d1e0 commit 071d4d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diff.rs

+2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ pub fn diff_page() -> Html {
189189
{render_algorithm_options(*algorithm)}
190190
</select>
191191
</div>
192+
<span class="total">{"Alternatively, you can use this tool, which is quite good too:"}</span>
193+
<a class="a-link" href="https://diffviewer.vercel.app/v2">{"diffviewer.vercel.app"}</a>
192194
</div>
193195
<div class="horizontal">
194196
<textarea

0 commit comments

Comments
 (0)