chore(ui): change 'Author:' label to 'by:' in bookmark cards

This commit is contained in:
Gigi
2025-10-03 00:26:16 +02:00
parent acce3ad4e2
commit fdb8511c87

View File

@@ -141,7 +141,7 @@ export const BookmarkItem: React.FC<BookmarkItemProps> = ({ bookmark, index, onS
<FontAwesomeIcon icon={getKindIcon(bookmark.kind)} />
</span>
<span>
Author: {getAuthorDisplayName()}
by: {getAuthorDisplayName()}
</span>
</div>