Girl-Code-It / Opportunity-Calendar-Frontend

Opportunity Calendar is the one-stop place to refer important opportunites available in tech-space like newly posted jobs, internships, hackathons, tech-conferences, scholarhsips etc.
https://cutt.ly/opportunity-calendar
MIT License
49 stars 88 forks source link

Add Same Style to all the Buttons #129

Closed leoshrey closed 3 years ago

leoshrey commented 3 years ago

Description

This changes the styling of all the Buttons on Opportunity Calendar website. Now all the buttons follows the same style as "Explore" Button. Design consistency is maintained for a better User Experience.

Fixes #125

Type of change

Please check options that are relevant to your PR.

Checklist:

leoshrey commented 3 years ago

What I think is, We have to add "import React, { Component } from 'react';" in Hackathons.js file which could have been accidently removed by someone and project is not able to build with netlify. As it is throwing an error on Hackathons.js file as mentioned in the error logs. Do you want me to do the changes and then commit again or It will be okay with the normal execution after this will be merged ?

abdus commented 3 years ago

@leoshrey yeah just make the changes and push again. should pass the checks

leoshrey commented 3 years ago

@abdus, I need a suggestion. Do I need to undo the last pushed commit changes and then after adding the latest change I have to stage them all and then push again forming the new commit OR I just have to add the latest changes and push the new commit without any undoing or reverting back?

abdus commented 3 years ago

No. you won't have to do anything like reverting and all. just open that file where the import missing. and add import React from 'react' at the top. and then commit and push changes to your branch.