Skip to content

Commit

Permalink
UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Nov 16, 2023
1 parent 0030e0e commit 6b7aede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function moduleCard(m) {
let html = `<h5>${m.name} ${moduleBadge(m)}</h5>
<small>
deployment: ${resourcesBadge(m)} ${availableBadge(m)} <br/>
<a href="${m.cr.path}" class="text-decoration-none" target="_blank">configuration CR</a> ${crBadge(m)}<br/>
<a href="${m.cr.path}" class="text-decoration-none" target="_blank">configuration</a> ${crBadge(m)}<br/>
version: ${version} ${versionBadge(m)}<br/>
<a href="${m.documentation}" class="text-decoration-none" target="_blank">docs <i class="bi bi-box-arrow-up-right"></i></a>
<a href="${m.repository}" class="text-decoration-none" target="_blank">repo <i class="bi bi-box-arrow-up-right"></i></a><br/>
Expand Down

0 comments on commit 6b7aede

Please sign in to comment.