Add Node.js version link
This commit is contained in:
parent
3f633787cf
commit
42bf07445c
@ -308,9 +308,13 @@ export default function AdminAppInsightsClient({
|
|||||||
/>
|
/>
|
||||||
{nodeVersion && <ScoreCardRow
|
{nodeVersion && <ScoreCardRow
|
||||||
icon={<IconNode className="translate-y-px" />}
|
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}
|
Node.js {nodeVersion}
|
||||||
</span>}
|
</Link>}
|
||||||
/>}
|
/>}
|
||||||
</ScoreCard>
|
</ScoreCard>
|
||||||
</>}
|
</>}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user