We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1242a0a commit 3b48689Copy full SHA for 3b48689
certManager.js
@@ -105,7 +105,7 @@ function renderRecommended(md) {
105
if (el) el.style.display = "none";
106
return;
107
}
108
- if (el) el.innerHTML = `<h3>⭐ Recommended Certificate</h3><p>${escapeHtml(rec)}</p>`;
+ if (el) el.innerHTML = `<h3>⭐ Recommended Cert</h3><p>${escapeHtml(rec)}</p>`;
109
110
111
function renderCertCards(certs) {
0 commit comments