File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default function Expenses(props) {
113113 } ;
114114 return (
115115 < div >
116- < h1 > Expenses</ h1 >
116+ < h1 > Expenses. </ h1 >
117117 < div >
118118 < input
119119 type = "text"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export default function Mood(props) {
9898 } ;
9999 return (
100100 < div >
101- < h1 > Mood</ h1 >
101+ < h1 > Mood. </ h1 >
102102 < div >
103103 < h2 > How is your mood today?</ h2 >
104104 { moods . length === 0 && < p > No moods yet.</ p > }
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default function Timer(props) {
139139 } ;
140140 return (
141141 < div >
142- < h1 > Timer</ h1 >
142+ < h1 > Timer. </ h1 >
143143 < h2 >
144144 { h . toString ( ) . padStart ( 2 , "0" ) } :{ m . toString ( ) . padStart ( 2 , "0" ) } :
145145 { s . toString ( ) . padStart ( 2 , "0" ) }
You can’t perform that action at this time.
0 commit comments