aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview/BookmarkPreview.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/preview/BookmarkPreview.tsx')
-rw-r--r--apps/web/components/dashboard/preview/BookmarkPreview.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/preview/BookmarkPreview.tsx b/apps/web/components/dashboard/preview/BookmarkPreview.tsx
index 3d98dd19..be11b47b 100644
--- a/apps/web/components/dashboard/preview/BookmarkPreview.tsx
+++ b/apps/web/components/dashboard/preview/BookmarkPreview.tsx
@@ -133,12 +133,12 @@ export default function BookmarkPreview({
</div>
<CreationTime createdAt={bookmark.createdAt} />
- <div className="flex gap-4">
+ <div className="flex items-center gap-4">
<p className="text-sm text-gray-400">Tags</p>
<TagsEditor bookmark={bookmark} />
</div>
<div className="flex gap-4">
- <p className="text-sm text-gray-400">Note</p>
+ <p className="pt-2 text-sm text-gray-400">Note</p>
<NoteEditor bookmark={bookmark} />
</div>
<ActionBar bookmark={bookmark} />