We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d438a71 commit 5d8f15cCopy full SHA for 5d8f15c
src/components/dashboard.tsx
@@ -122,7 +122,7 @@ export function Dashboard() {
122
</p>
123
</div>
124
<div className="flex gap-4">
125
- <Link href="/api">
+ <Link href="/api" target="_blank" rel="noopener noreferral">
126
<Button variant="outline">API Docs</Button>
127
</Link>
128
<Button onClick={() => setCreateDialogOpen(true)}>
0 commit comments