Skip to content

Pointer class missing from link upvote #77

Open
@raeballz

Description

@raeballz
              {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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions