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 dc8ca5b commit 9d75980Copy full SHA for 9d75980
src/components/DashButton.astro
@@ -22,7 +22,7 @@ const { name } = route;
22
const { href } = new URL(route.deeplink, "https://dash.cloudflare.com");
23
---
24
25
-<LinkButton href={href} icon="external"
+<LinkButton href={href} icon="external" target="_blank"
26
>Go to <strong>{name}</strong></LinkButton
27
>
28
0 commit comments