-
Notifications
You must be signed in to change notification settings - Fork 100
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
adding join button #249
base: master
Are you sure you want to change the base?
adding join button #249
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Vishal-raj-1 hello sir i know last time you mentioned some changes in this PR thanks. |
content/batch/index.mdx
Outdated
<p>Learn HTML, CSS, JS and Git & Github</p> | ||
<div className="flex-grow"></div> | ||
<div className="text-center mt-4"> | ||
<a href="/join/learn" className="rounded-full px-4 py-2" style={{ textAlign: 'center', color: 'black', backgroundColor: 'white', borderRadius: '18px', fontSize: '16px', width: 'fit-content', margin: '0 auto', padding: '8px 16px' }}>Join</a> |
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.
create a style object and use that. copy pasting same style every place is not a good practice
@Vishal-raj-1 sir, i make all the changes but there are some deployement issue thanks |
Fixes Issue
Closes #184
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers