Skip to content

Commit 9d75980

Browse files
KianNHnevikashah
authored andcommitted
[Docs Site] Open DashButton links in a new tab (#24857)
1 parent dc8ca5b commit 9d75980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DashButton.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const { name } = route;
2222
const { href } = new URL(route.deeplink, "https://dash.cloudflare.com");
2323
---
2424

25-
<LinkButton href={href} icon="external"
25+
<LinkButton href={href} icon="external" target="_blank"
2626
>Go to <strong>{name}</strong></LinkButton
2727
>
2828

0 commit comments

Comments
 (0)