This commit is contained in:
mihaisc 2022-10-20 11:00:12 +03:00
parent c396d21633
commit d9a10f288c
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ export interface Component {
response: number
version: string
latestRelease?: string
url?: string
validChainList?: boolean
monitorVersion?: string
block?: number

View File

@ -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"