-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
gsapp: remove use of linkStyles #94628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -104,9 +104,13 @@ class PowerFeatureHovercard extends Component<Props> { | |||
? t('Better With %s Plan', planName) | |||
: t('Requires %s Plan', planName)} | |||
</div> | |||
<LearnMoreLink onClick={this.handleClick} data-test-id="power-learn-more"> | |||
<ExternalLink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be LinkButton with priority link lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but it also falls into the problem that our links allow empty hrefs (both via props and implicitly via disabled field). I'm going to see if we can just make this use a button, it looks like we might want a stronger CTA anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the last remaining issue of linkStyle export which is blocking CI on #94600
Before


After