From 13a82263e31a722d8ca24f39699d21a65d9270b5 Mon Sep 17 00:00:00 2001 From: kbot Date: Mon, 6 Jul 2026 21:53:09 -0500 Subject: [PATCH] notes+palette: cut copy --- components/portfolio/CommandPalette.tsx | 2 +- components/portfolio/FieldNotes.tsx | 21 ++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/components/portfolio/CommandPalette.tsx b/components/portfolio/CommandPalette.tsx index eb3aa76..4dd12e9 100644 --- a/components/portfolio/CommandPalette.tsx +++ b/components/portfolio/CommandPalette.tsx @@ -167,7 +167,7 @@ export function CommandPalette() {

COMMAND PALETTE

diff --git a/components/portfolio/FieldNotes.tsx b/components/portfolio/FieldNotes.tsx index 02f61ba..b9eafd8 100644 --- a/components/portfolio/FieldNotes.tsx +++ b/components/portfolio/FieldNotes.tsx @@ -23,16 +23,11 @@ export function FieldNotes({ posts }: FieldNotesProps) { return (
-
-
-

FIELD NOTES /.04

-

- Blog telemetry from the archive. -

-
+
+

FIELD NOTES /.06

{recentPosts.length > 0 ? ( @@ -71,15 +66,7 @@ export function FieldNotes({ posts }: FieldNotesProps) { ) : (
-

- NO FIELD NOTES ON RECORD — ARCHIVE OPENS SOON -

- - All field notes → - +

ARCHIVE EMPTY

)}