mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 22:54:46 +08:00
Fixed bug with overwriting opened tabs. Added proxy for websocket
This commit is contained in:
@@ -17,7 +17,7 @@ const AppCard = (props: ComponentProps): JSX.Element => {
|
||||
}
|
||||
|
||||
return (
|
||||
<a href={`http://${props.app.url}`} target='blank' className={classes.AppCard}>
|
||||
<a href={`http://${props.app.url}`} target='_blank' className={classes.AppCard}>
|
||||
<div className={classes.AppCardIcon}>
|
||||
<Icon icon={iconParser(props.app.icon)} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user