Skip to content

Commit

Permalink
(docs) add cal to example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 27, 2024
1 parent 197bb96 commit f89c101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/components/Terminal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ export default function Interpreter(): JSX.Element {
<li>
<button onClick={exec('jargon hacker')}>jargon</button>
</li>
<li>
<button onClick={exec('cal')}>cal</button>
</li>
</ul>
</div>
)}
Expand Down

0 comments on commit f89c101

Please sign in to comment.