better enable popout

This commit is contained in:
Michael Quigley 2022-09-19 15:52:22 -04:00
parent efee9cdd53
commit 4a69e03a5b
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -29,9 +29,9 @@ const Token = (props) => {
}} }}
> >
<div className={"popover"}> <div className={"popover"}>
<p>Use the following token to <strong>zrok enable</strong> your shell:</p> <h3>Enable zrok access in your shell:</h3>
<pre> <pre>
{props.user.token} $ zrok enable {props.user.token}
</pre> </pre>
</div> </div>
</Popover> </Popover>