-
Notifications
You must be signed in to change notification settings - Fork 49
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
changed Get Started and Subscribe button color while hovering #139
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 Our repository.🎊 Thank you so much for taking the time to point this out.
client/package.json
Outdated
@@ -16,6 +16,7 @@ | |||
"@mui/icons-material": "^5.6.2", | |||
"@mui/material": "^5.6.2", | |||
"next": "12.1.5", | |||
|
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.
unwanted spaces
server/index.js
Outdated
@@ -17,7 +17,7 @@ app.get('/', (req, res) => { | |||
}); | |||
|
|||
// Start the server | |||
const PORT = process.env.PORT || 8080; | |||
const PORT = process.env.PORT || 8000; |
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.
why this change is required ?
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.
- actually in my system port 8080 was not working so I changed this to 8000. But no worries I will resolve this.
Please resolve the comments @neevgit25 |
yeah ,Sure |
Pull Request Details
changed Get Started and Subscribe button color while hovering
Description
Before, the color of the "Get Started" and "Subscribe" buttons did not change when hovering over them, which made them not feel like buttons.
media-
https://github.com/omrajsharma/bigohhh.com/assets/115336952/4b320652-5f85-4c81-b8a3-d726b8e414be
Fixes
AFTER CHANGES
A nice button effect is achieved by changing the background color of the Get Started and Subscribe buttons when hovering.
CHNAGED_SUBS.mp4
Get.Stated.mp4
Fixes #109
Type of PR
Checklist
I have read and followed the Contribution Guidelines.
I have tested the changes thoroughly before submitting this pull request.
I have provided relevant issue numbers, snapshots, and videos after making the changes.
I have not borrowed code without disclosing it, if applicable.
This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.
I have tested these changes locally.