We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7001d commit 3ce8ea3Copy full SHA for 3ce8ea3
1 file changed
app.js
@@ -209,7 +209,7 @@ function metaTag(icon, text) {
209
return `<span class="meta-tag"><i class="fas ${icon}" aria-hidden="true"></i>${text}</span>`;
210
}
211
212
-// ── Utilities ─────────────────────────────────────────────────────────────────
+// ── Utilities ────────────────────────────────────────────────────────────────
213
214
function escapeHtml(str) {
215
const el = document.createElement('div');
0 commit comments