From b8bbb091b787f1abd765825d2fb8fd42aca51f3c Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Sat, 31 Jan 2026 18:02:22 -0800 Subject: [PATCH] feat: Proper images --- viz/app/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viz/app/dom.js b/viz/app/dom.js index e43a7ee..18c4fcd 100644 --- a/viz/app/dom.js +++ b/viz/app/dom.js @@ -54,6 +54,6 @@ export function esc(s) { export function renderThumbHtml(imgUrl, cls = "thumb") { const img = normImg(imgUrl); if (!img) return `
`; - return ``; + return ``; } \ No newline at end of file