fix(ui): remove placeholder elements — no scanlines, no DEV BUILD, no tweaks panel: screens-projects.jsx

This commit is contained in:
Zac Gaetano 2026-05-22 09:30:50 -04:00
parent 6e763e8270
commit f58fe95f0d

View file

@ -71,7 +71,6 @@ function ProjectCard({ project, onOpen }) {
{thumbs.map((a, i) => (
<div key={i} className="project-thumb-cell">
<FauxFrame seed={(a.seed + i) % 6} />
<div className="scanlines" />
</div>
))}
</div>