This commit is contained in:
4DBug
2026-08-27 11:10:56 -05:00
parent b30b4fd8ed
commit daea02d0fc
6 changed files with 592 additions and 371 deletions
-1
View File
@@ -151,7 +151,6 @@
<div class="hero__fade"></div>
<div class="container hero__inner">
<div class="hero__content">
<span class="hero__kicker">Trending now</span>
<h1 class="hero__title">${esc(item.name)}</h1>
<div class="hero__meta">${metaBits}</div>
${item.overview ? `<p class="hero__overview">${esc(item.overview)}</p>` : ''}