fix(ui): remove placeholder elements — no scanlines, no DEV BUILD, no tweaks panel: screens-home.jsx
This commit is contained in:
parent
6ac3050a05
commit
6e763e8270
1 changed files with 0 additions and 2 deletions
|
|
@ -54,7 +54,6 @@ function Home({ navigate }) {
|
|||
<span className="badge live">REC</span>
|
||||
</div>
|
||||
<FauxFrame seed={i + 1} />
|
||||
<div className="scanlines" />
|
||||
<div className="live-feed-tile-label">
|
||||
<span className="name">{r.name}</span>
|
||||
<span className="time">{r.elapsed}</span>
|
||||
|
|
@ -147,7 +146,6 @@ function StorageBar() {
|
|||
{ label: "Audio", color: "#B57CFA", value: 3 },
|
||||
{ label: "Other", color: "#6B7280", value: 3 },
|
||||
];
|
||||
const total = segments.reduce((a, b) => a + b.value, 0);
|
||||
const cap = 100;
|
||||
return (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue