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

Pointer class missing from link upvote #77

Open
raeballz opened this issue Mar 25, 2019 · 1 comment
Open

Pointer class missing from link upvote #77

raeballz opened this issue Mar 25, 2019 · 1 comment

Comments

@raeballz
Copy link

              {voteMutation => (
                <div className="ml1 gray f11 " onClick={voteMutation}>
                  ▲
                </div>
              )}

within the Link.js should probably be set to

              {voteMutation => (
                <div className="ml1 gray f11 pointer" onClick={voteMutation}>
                  ▲
                </div>
              )}

This will allow the user to see that the upvote icon is clickable prior to setting up the subscription.

@kwoxer
Copy link

kwoxer commented Apr 10, 2020

Good improvement.

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

No branches or pull requests

2 participants