Skip to content
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

Apply link styles to LinkWrapper #6

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Apply link styles to LinkWrapper #6

merged 1 commit into from
Jun 4, 2019

Conversation

kylesuss
Copy link
Collaborator

@kylesuss kylesuss commented Jun 4, 2019

Note the last 2 (previously the text link had no styling):

Screen Shot 2019-06-03 at 6 33 23 PM

@kylesuss kylesuss requested a review from domyen June 4, 2019 00:24
return (
<a href={href} {...rest} onClick={modifiedOnClick}>
{children}
</a>
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 updated this to better simulate what a GatsbyLink (or React Router link for that matter) would return

@kylesuss
Copy link
Collaborator Author

kylesuss commented Jun 4, 2019

@domyen if you merge this, can you let me push the version bump plz? There is a weird thing that I have to do just for this 1 version bump as I made a bit of a mess when I fixed the release process. It won't be an issue after that.

@domyen domyen merged commit c6b86f5 into master Jun 4, 2019
@domyen domyen deleted the fix-link-wrapper branch June 4, 2019 15:07
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