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

add cursor pointer to FooterLink #191

Merged
merged 1 commit into from Jun 24, 2022
Merged

add cursor pointer to FooterLink #191

merged 1 commit into from Jun 24, 2022

Conversation

victoriacheng15
Copy link
Contributor

Description

Added cursor-pointer for the FooterLink. See code below.

const FooterLink = tw.span`my-2 text-gray-300 text-base hover:text-primary-500 transition duration-300 cursor-pointer`;

Related Issue

Fix #140

Motivation and Context

How Has This Been Tested?

I ran the client locally and checked the links manually. The cursor shows pointer now

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@whoadood whoadood requested a review from wil-gerard May 31, 2022 22:32
Copy link
Owner

@wil-gerard wil-gerard left a comment

Choose a reason for hiding this comment

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

Looks great - thanks!

@wil-gerard wil-gerard merged commit 5bd58e9 into wil-gerard:main Jun 24, 2022
@wil-gerard
Copy link
Owner

@all-contributors please add @victoriacheng15 for bug and code

@allcontributors
Copy link
Contributor

@wil-gerard

I've put up a pull request to add @victoriacheng15! 🎉

@victoriacheng15 victoriacheng15 deleted the add-pointer-footer-140 branch June 24, 2022 00:53
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.

Footer UI
2 participants