meteor / react-tutorial

React Tutorial is the best place to learn how to use React and Meteor together
https://react-tutorial.meteor.com/
39 stars 87 forks source link

Update 05-styles.md #12

Closed F-Sampaio closed 3 years ago

F-Sampaio commented 3 years ago

The style for .tasks > li and .tasks > button are incomplete.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

filipenevola commented 3 years ago

Hi @F-Sampaio can you show me how is it looking without your change and after your change? It is looking ok for me.

adjiekrazz commented 3 years ago

Just edit your /imports/ui/Task.jsx add className="task" into <li> tags.

shadoath commented 3 years ago

new PW with changed code in #15, this PR could be amended to make a note in the md to add the className in /imports/ui/Task.jsx

filipenevola commented 3 years ago

With #15 PR merged, will this PR here still needed?