Skip to content

Commit

Permalink
feat(crypto-helper): diff: add link to another external online diff t…
Browse files Browse the repository at this point in the history
…ool;
  • Loading branch information
TheBestTvarynka committed Mar 8, 2024
1 parent 165d1e0 commit 071d4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ pub fn diff_page() -> Html {
{render_algorithm_options(*algorithm)}
</select>
</div>
<span class="total">{"Alternatively, you can use this tool, which is quite good too:"}</span>
<a class="a-link" href="https://diffviewer.vercel.app/v2">{"diffviewer.vercel.app"}</a>
</div>
<div class="horizontal">
<textarea
Expand Down

0 comments on commit 071d4d1

Please sign in to comment.