fix: point Playground link to playground.tpmjs.com
This commit is contained in:
parent
097f35f69f
commit
aa1a5cd246
1 changed files with 2 additions and 2 deletions
|
|
@ -33,11 +33,11 @@ export function AppHeader(): React.ReactElement {
|
|||
How It Works
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="/playground">
|
||||
<a href="https://playground.tpmjs.com" target="_blank" rel="noopener noreferrer">
|
||||
<Button variant="ghost" size="sm" className="text-foreground hover:text-foreground">
|
||||
Playground
|
||||
</Button>
|
||||
</Link>
|
||||
</a>
|
||||
<Link href="/spec">
|
||||
<Button variant="ghost" size="sm" className="text-foreground hover:text-foreground">
|
||||
Spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue