Add Node.js version link
This commit is contained in:
parent
3f633787cf
commit
42bf07445c
@ -308,9 +308,13 @@ export default function AdminAppInsightsClient({
|
||||
/>
|
||||
{nodeVersion && <ScoreCardRow
|
||||
icon={<IconNode className="translate-y-px" />}
|
||||
content={<span>
|
||||
content={<Link
|
||||
// eslint-disable-next-line max-len
|
||||
href={`https://github.com/nodejs/node/releases/tag/v${nodeVersion}`}
|
||||
target="blank"
|
||||
>
|
||||
Node.js {nodeVersion}
|
||||
</span>}
|
||||
</Link>}
|
||||
/>}
|
||||
</ScoreCard>
|
||||
</>}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user