Skip to content

Commit 3ce8ea3

Browse files
authored
Update comment formatting in app.js
1 parent 6f7001d commit 3ce8ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function metaTag(icon, text) {
209209
return `<span class="meta-tag"><i class="fas ${icon}" aria-hidden="true"></i>${text}</span>`;
210210
}
211211

212-
// ── Utilities ────────────────────────────────────────────────────────────────
212+
// ── Utilities ────────────────────────────────────────────────────────────────
213213

214214
function escapeHtml(str) {
215215
const el = document.createElement('div');

0 commit comments

Comments
 (0)