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 04a330d commit 8e107dfCopy full SHA for 8e107df
src/components/DashButton.astro
@@ -22,4 +22,4 @@ const { name } = route;
22
const { href } = new URL(route.deeplink, "https://dash.cloudflare.com");
23
---
24
25
-<LinkButton href={href}>Go to {name}</LinkButton>
+<LinkButton href={href} icon="external">Go to <strong>{name}</strong></LinkButton>
0 commit comments