From 9a2c0d8f0fc4e69e3ae23c3924481f689efab907 Mon Sep 17 00:00:00 2001 From: Nathan Thomas <28681364+nwthomas@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:27:06 -0700 Subject: [PATCH] Add Build a Cult bookmark --- app/bookmarks/bookmarks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index eaf76306..1f2ea9f1 100644 --- a/app/bookmarks/bookmarks.ts +++ b/app/bookmarks/bookmarks.ts @@ -12,6 +12,12 @@ export type Bookmark = { export type Bookmarks = Array; export const BOOKMARKS: Bookmarks = [ + { + id: "16b69c5a-9bb8-4bf9-acf7-996d8bf85dab", + date: "2026-06-24", + title: "Build a Cult: Dialog", + url: "https://build-a-cult.com/", + }, { id: "4f7af642-8003-406c-bde6-622c9f622891", date: "2026-06-23",