-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
feat: add hover effect for the card component in venue.js file #511
base: master
Are you sure you want to change the base?
Conversation
…st link tag just after return statement by using tailwind css.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
✅ Deploy Preview for peaceful-ramanujan-288045 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
cc: @Mayaleeeee |
@r0hansng, I'm having trouble visualizing your changes 🤔 Do you mind including screen recording? |
Title: Add Hover Effect for Cards in venue.js using Tailwind CSS
Issue ID : #492
Description:
• Added a hover effect for the cards in the venue.js file.
• The hover effect was implemented using Tailwind CSS.
• Applied the hover effect to the first link tag immediately following the return statement.
Changes:
• Updated the venue.js file.
• Modified the first link tag to include Tailwind CSS classes for the hover effect.
Impact:
• The hover effect improves user interaction by highlighting cards when hovered over, enhancing the UI/UX.