Skip to content

Commit 7359bc9

Browse files
committed
chore: cleanup
1 parent 70df5c8 commit 7359bc9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

  • examples

examples/minimal-next-devframe-hub/src/client/app/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ export default function Page() {
206206
<span className={`inline-block size-1.5 rounded-full shrink-0 ${statusDot} mr-1.5 align-middle`} />
207207
{status.text}
208208
</p>
209-
<p className="m0 ml-auto text-xs font-mono italic color-muted">a vite-devtools-style hub on Next.js you can copy</p>
210209
</header>
211210

212211
<div className="grid grid-cols-[244px_1fr] min-h-0 flex-1">

examples/minimal-vite-devframe-hub/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ <h1 class="m0 flex items-center gap-1.5 shrink-0 text-sm font-semibold select-no
2020
<span>Minimal Vite Devframe Hub</span>
2121
</h1>
2222
<p id="status" class="m0 text-xs font-mono op-fade"><span id="conn">Connecting…</span></p>
23-
<p class="m0 ml-auto text-xs font-mono italic color-muted">a ~120-line, vite-devtools-style hub you can copy</p>
2423
</header>
2524

2625
<div class="grid grid-cols-[244px_1fr] min-h-0 flex-1">

0 commit comments

Comments
 (0)