From fc24cc3a14e7e2d853702a51204835d30ffca253 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 1 Feb 2026 17:33:17 +0000 Subject: fix(mobile): make the subtext in bookmark info page more subtle --- apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/mobile/app') diff --git a/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx b/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx index c4b76aef..744b7f7d 100644 --- a/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx +++ b/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx @@ -477,14 +477,14 @@ const ViewBookmarkPage = () => { )} - - + + Created {bookmark.createdAt.toLocaleString()} {bookmark.modifiedAt && bookmark.modifiedAt.getTime() !== bookmark.createdAt.getTime() && ( - + Modified {bookmark.modifiedAt.toLocaleString()} )} -- cgit v1.2.3-70-g09d2