summaryrefslogtreecommitdiff
path: root/l/bank-statement
diff options
context:
space:
mode:
authorTadas Vilkeliskis <vilkeliskis.t@gmail.com>2026-02-08 16:56:47 -0500
committerTadas Vilkeliskis <vilkeliskis.t@gmail.com>2026-02-08 16:56:47 -0500
commit8d752518ef6942e6fe2f1b4fc97229266f1ca114 (patch)
treea2122350e5f8329e4b5b3d9d9a4aef58052d3e8a /l/bank-statement
parentdcefb987ab3943340c9d1ee063c901c24f3013c9 (diff)
add redaction checker
Diffstat (limited to 'l/bank-statement')
-rw-r--r--l/bank-statement/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/l/bank-statement/index.html b/l/bank-statement/index.html
index 0c0006f..5853772 100644
--- a/l/bank-statement/index.html
+++ b/l/bank-statement/index.html
@@ -109,6 +109,7 @@
</a>
<nav class="hidden md:flex gap-8">
<a href="#how-it-works" class="text-sm font-medium text-gray-600 hover:text-gray-900">How it Works</a>
+ <a href="../../redaction-checker.html" class="text-sm font-medium text-gray-600 hover:text-gray-900">Redaction Checker</a>
<a href="#faq" class="text-sm font-medium text-gray-600 hover:text-gray-900">FAQ</a>
</nav>
<a href="../../redact.html" class="text-sm font-medium text-white bg-gray-900 hover:bg-gray-800 px-4 py-2 rounded-lg transition">Launch Tool</a>
@@ -302,6 +303,7 @@
&copy; 2026 Just Redact.
</div>
<div class="flex gap-6">
+ <a href="../../redaction-checker.html" class="hover:text-gray-900 underline">Redaction Checker</a>
<a href="https://github.com/mozilla/pdf.js" class="hover:text-gray-900 underline">Powered by PDF.js</a>
</div>
</div>