HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Fix console errors with proptypes... #234

Open valmdz opened 3 years ago

valmdz commented 3 years ago

... and remove JS styling from button component and files using that

Description

Removed Js styling in the button component, changing it to Css styling and fix warning with proptypes. Files using the button component where also updated.

Fixes # (issue)

How to test?

npm run storybook or npm run dev:

No errors coming from the button should appear

Checklist