🐞 fix: Fix encoding of URLs in test links
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2025-05-30 19:01:32 -05:00
parent c6070dffeb
commit 2cb5038c00
2 changed files with 1604 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

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