Skip to content

Commit

Permalink
Merge pull request Asabeneh#53 from momin-riyadh/review
Browse files Browse the repository at this point in the history
Review
  • Loading branch information
Asabeneh authored Oct 10, 2020
2 parents 77ed7aa + 33f229b commit 55f0156
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
1 change: 0 additions & 1 deletion 05_Day_Props/05_props.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<small> October, 2020</small>
</sub>

</div>
</div>

[<< Day 4](../04_Day_Component/04_components.md) | [Day 6 >>](../06_Day_Map_List_Keys/06_map_list_keys.md)
Expand Down
15 changes: 5 additions & 10 deletions 09_Day_Conditional_Rendering/09_conditional_rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ const buttonStyles = {
padding: 10,
border: 'none',
borderRadius: 5,
margin: 3,
margin: '3px auto',
cursor: 'pointer',
fontSize: 22,
color: 'white',
margin: '0 auto',
}

// class based component
Expand Down Expand Up @@ -225,11 +224,10 @@ const buttonStyles = {
padding: 10,
border: 'none',
borderRadius: 5,
margin: 3,
margin: '3px auto',
cursor: 'pointer',
fontSize: 22,
color: 'white',
margin: '0 auto',
}

// class based component
Expand Down Expand Up @@ -325,11 +323,10 @@ const buttonStyles = {
padding: 10,
border: 'none',
borderRadius: 5,
margin: 3,
margin: '3px auto',
cursor: 'pointer',
fontSize: 22,
color: 'white',
margin: '0 auto',
}

// class based component
Expand Down Expand Up @@ -434,11 +431,10 @@ const buttonStyles = {
padding: 10,
border: 'none',
borderRadius: 5,
margin: 3,
margin: '3px auto',
cursor: 'pointer',
fontSize: 22,
color: 'white',
margin: '0 auto',
}

// class based component
Expand Down Expand Up @@ -663,11 +659,10 @@ const buttonStyles = {
padding: 10,
border: 'none',
borderRadius: 5,
margin: 3,
margin: '3px auto',
cursor: 'pointer',
fontSize: 22,
color: 'white',
margin: '0 auto',
}

// Footer Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,10 @@ const buttonStyles = {
padding: 10,
border: 'none',
borderRadius: 5,
margin: 3,
margin: '3px auto',
cursor: 'pointer',
fontSize: 22,
color: 'white',
margin: '0 auto',
}

// Footer Component
Expand Down

0 comments on commit 55f0156

Please sign in to comment.