mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-23 21:29:37 +02:00
Fixed bug with overwriting opened tabs. Added proxy for websocket
This commit is contained in:
parent
936da301b8
commit
78de8752c6
9 changed files with 60 additions and 114 deletions
|
@ -16,7 +16,7 @@ const BookmarkCard = (props: ComponentProps): JSX.Element => {
|
|||
{props.category.bookmarks.map((bookmark: Bookmark) => (
|
||||
<a
|
||||
href={`http://${bookmark.url}`}
|
||||
target='blank'
|
||||
target='_blank'
|
||||
key={`bookmark-${bookmark.id}`}>
|
||||
{bookmark.icon && (
|
||||
<div className={classes.BookmarkIcon}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue