Skip to content

Button - add hyperlink #1671

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

Merged
merged 2 commits into from
Nov 17, 2021
Merged

Button - add hyperlink #1671

merged 2 commits into from
Nov 17, 2021

Conversation

M-i-k-e-l
Copy link
Collaborator

Description

Button - add hyperlink

Changelog

Button - add hyperlink

@@ -97,7 +101,8 @@ class Button extends PureComponent<Props, ButtonState> {
}

getLabelColor() {
const {link, linkColor, outline, outlineColor, disabled, color: propsColor} = this.props;
const {linkColor, outline, outlineColor, disabled, color: propsColor} = this.props;
const link = this.isLink;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name should be 'isLink'.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just keeping the old name, but I guess you're right, fixed

@Inbal-Tish
Copy link
Collaborator

@M-i-k-e-l All good. Super small comment.

@M-i-k-e-l M-i-k-e-l requested a review from Inbal-Tish November 17, 2021 09:04
@Inbal-Tish Inbal-Tish merged commit 0838c6e into master Nov 17, 2021
@M-i-k-e-l M-i-k-e-l deleted the feat/button-add-hyperlink branch November 17, 2021 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants