From e2cccc1783801c47dcbfb073bff9ad9f4f5cee05 Mon Sep 17 00:00:00 2001 From: Nathan Thomas <28681364+nwthomas@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:30:38 -0700 Subject: [PATCH] Add Apple container bookmark --- app/bookmarks/bookmarks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index 1f2ea9f1..46449e6e 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: "89821970-1b0b-431f-89b1-3164e5676842", + date: "2026-06-24", + title: "github.com/apple/container", + url: "https://github.com/apple/container", + }, { id: "16b69c5a-9bb8-4bf9-acf7-996d8bf85dab", date: "2026-06-24",