mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 14:53:55 +08:00
Added ability to set icons on bookmarks. Added hover indicator for apps
This commit is contained in:
@@ -45,6 +45,7 @@ const Bookmarks = (props: ComponentProps): JSX.Element => {
|
||||
name: '',
|
||||
url: '',
|
||||
categoryId: -1,
|
||||
icon: '',
|
||||
id: -1,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date()
|
||||
|
||||
Reference in New Issue
Block a user