feat: add copy button to code component

This commit is contained in:
2024-08-17 01:00:17 +07:00
parent fb02d273c2
commit 61a07068d5
2 changed files with 18 additions and 6 deletions
@@ -59,7 +59,7 @@ const ConnectNodeDialog = () => {
>
<Modal.Header>Connect Node</Modal.Header>
<Modal.Body>
<p>Run this command to get node id:</p>
<p>Run this command in your target node to get node id:</p>
<Code className="mt-2">docker exec garage /garage node id</Code>
<p className="mt-8">Enter node id:</p>