Add mock for concern page

This commit is contained in:
Eli Ribble 2026-04-03 03:26:52 +00:00
parent bfe2b88622
commit 42bcdb8af8
No known key found for this signature in database
4 changed files with 216 additions and 1 deletions

View file

@ -104,7 +104,7 @@
<!-- Navigation Buttons -->
<div class="d-flex gap-2 mt-4">
<a class="btn btn-outline-secondary" href="../compliance"> Back </a>
<a class="btn btn-primary flex-grow-1" href="concerns"> Continue </a>
<a class="btn btn-primary flex-grow-1" href="concern"> Continue </a>
</div>
</form>
</main>