Skip to content

Commit 6ce9992

Browse files
authored
fix(console): open learn more link in blank target (#7832)
open learn more link in blank target
1 parent 6468798 commit 6ce9992

File tree

1 file changed

+1
-1
lines changed
  • packages/console/src/components/PlanUsage/PlanUsageCard

1 file changed

+1
-1
lines changed

packages/console/src/components/PlanUsage/PlanUsageCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function PlanUsageCard({
132132
content={
133133
<Trans
134134
components={{
135-
a: <TextLink to={addOnPricingExplanationLink} />,
135+
a: <TextLink targetBlank to={addOnPricingExplanationLink} />,
136136
}}
137137
>
138138
{t(tooltipKey, {

0 commit comments

Comments
 (0)