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.
-
-
+
{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
)}