feat: make the code snippets copyable
This commit is contained in:
parent
9d9cbd8e0e
commit
3cd28d2136
2 changed files with 41 additions and 10 deletions
|
|
@ -50,10 +50,8 @@ export default function New(data: NewProps) {
|
|||
<Dialog.Text className='mb-4'>
|
||||
The machine key is given when you run
|
||||
{' '}
|
||||
<Code>
|
||||
<Code isCopyable>
|
||||
tailscale up --login-server=
|
||||
</Code>
|
||||
<Code>
|
||||
{data.server}
|
||||
</Code>
|
||||
{' '}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue