mirror of
https://github.com/dergigi/boris.git
synced 2026-01-31 12:44:37 +01:00
chore(ui): change 'Author:' label to 'by:' in bookmark cards
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user