From 87f52e70dfa99718cc057a8627393401798ed640 Mon Sep 17 00:00:00 2001 From: Nathan Thomas <28681364+nwthomas@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:48:11 -0700 Subject: [PATCH] Add Paul Graham earning bookmark --- app/bookmarks/bookmarks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index ee20813e..5d8a8539 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: "0eadb121-1bb5-4afd-8aae-9c06d801a0a7", + date: "2026-06-19", + title: "Paul Graham: How to Earn a Billion Dollars", + url: "https://paulgraham.com/earn.html", + }, { id: "c749e6b5-c85d-4c16-a3df-d74e55968ec2", date: "2026-06-18",