mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
build fixes
This commit is contained in:
@@ -154,7 +154,11 @@ export default function P2PInfo({ globalState, setGlobalState }) {
|
||||
<div key={i} className={styles.peerContainer}>
|
||||
<div>{peer.name}</div>
|
||||
<div>
|
||||
<a href={`https://${peer.host}:${peer.port}`} target={'_blank'}>
|
||||
<a
|
||||
href={`https://${peer.host}:${peer.port}`}
|
||||
target={'_blank'}
|
||||
rel="noreferrer"
|
||||
>
|
||||
{peer.host}:{peer.port}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user