Skip to content

Commit 5d8f15c

Browse files
fix: API Docs link opens in a new page
1 parent d438a71 commit 5d8f15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function Dashboard() {
122122
</p>
123123
</div>
124124
<div className="flex gap-4">
125-
<Link href="/api">
125+
<Link href="/api" target="_blank" rel="noopener noreferral">
126126
<Button variant="outline">API Docs</Button>
127127
</Link>
128128
<Button onClick={() => setCreateDialogOpen(true)}>

0 commit comments

Comments
 (0)