diff --git a/components/portfolio/FieldNotes.tsx b/components/portfolio/FieldNotes.tsx index adc34bf..02f61ba 100644 --- a/components/portfolio/FieldNotes.tsx +++ b/components/portfolio/FieldNotes.tsx @@ -26,45 +26,49 @@ export function FieldNotes({ posts }: FieldNotesProps) { className="border-y border-blacksite-line bg-blacksite-bg2 px-4 py-24 text-blacksite-text sm:px-6 lg:px-8" >
-
+

FIELD NOTES /.04

Blog telemetry from the archive.

- - All field notes → -
{recentPosts.length > 0 ? ( -
- {recentPosts.map((post) => ( - - - - - {post.title} - - {post.excerpt && ( - - {post.excerpt} + <> +
+ {recentPosts.map((post) => ( + + + + + {post.title} - )} - + {post.excerpt && ( + + {post.excerpt} + + )} + + + ))} +
+
+ + All field notes → - ))} -
+
+ ) : (

@@ -74,7 +78,7 @@ export function FieldNotes({ posts }: FieldNotesProps) { href="/blog/" className="section-label inline-flex rounded-md border border-blacksite-line px-4 py-3 !text-blacksite-text transition-colors hover:border-signal-cyan/70 hover:!text-signal-cyan focus-visible:outline-signal-cyan" > - Visit archive → + All field notes →

)}