feature: Incorporate new sites routes, add dummy favicon to stop 404 errors

This commit is contained in:
Keith Solomon
2025-05-27 18:51:15 -05:00
parent c133603e43
commit 1c6e96e94c
4 changed files with 35 additions and 43 deletions

View File

@@ -41,7 +41,7 @@ data.forEach(item => {
</div>
<% }) %>
<div class="card-actions justify-end">
<a href="/sites/<%= domain %>" class="btn btn-info hover:text-white!">View All Tests</a>
<a href="/sites/domain/<%= domain %>" class="btn btn-info text-info-content! hover:text-info-content!">View All Tests</a>
</div>
</div>
</div>