mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-21 17:36:58 +01:00
add url
This commit is contained in:
parent
c396d21633
commit
d9a10f288c
@ -22,6 +22,7 @@ export interface Component {
|
||||
response: number
|
||||
version: string
|
||||
latestRelease?: string
|
||||
url?: string
|
||||
validChainList?: boolean
|
||||
monitorVersion?: string
|
||||
block?: number
|
||||
|
@ -102,7 +102,7 @@ export default function HomePage(): ReactElement {
|
||||
<h2 className={styles.titleComponent}>
|
||||
{statusIcon(component.status)}{' '}
|
||||
<a
|
||||
href=""
|
||||
href={component.url}
|
||||
title="Go to tested endpoint"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
|
Loading…
Reference in New Issue
Block a user