diff --git a/site/src/components/ExplorerHero.astro b/site/src/components/ExplorerHero.astro
index fb0ee55..57c82f4 100644
--- a/site/src/components/ExplorerHero.astro
+++ b/site/src/components/ExplorerHero.astro
@@ -30,24 +30,25 @@ const remote = [
{t("hero.local")}
{local.map((r) => (
-
-
{r.name}{r.size}
+
+ {r.name}{r.size}
))}
{t("hero.remote")}
{remote.map((r) => (
-
- {r.name}
- {r.size}
+ {r.name}
+ {r.size}
))}
+ {/* set:html is safe: hero.status is author-controlled i18n content, never user input. Do not interpolate untrusted data here. */}
$1')}>
4 files · 1.2 GB