mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:06:37 -04:00
images are finally linkable again
This commit is contained in:
@ -30,9 +30,7 @@ const CLI = () => (
|
||||
</p>
|
||||
</Blockquote>
|
||||
|
||||
<a href="https://www.npmjs.com/package/@jakejarvis/cli" target="_blank" rel="noopener noreferrer">
|
||||
<Image src={cliImg} alt="Terminal Screenshot" priority />
|
||||
</a>
|
||||
<Image src={cliImg} href="https://www.npmjs.com/package/@jakejarvis/cli" alt="Terminal Screenshot" priority />
|
||||
|
||||
<H2 id="usage">Usage</H2>
|
||||
<CodeBlock forceBlock>npx @jakejarvis/cli</CodeBlock>
|
||||
|
Reference in New Issue
Block a user