Skip to content

Commit 331f84c

Browse files
committed
umm, i think i have changed some grammar xd
1 parent 2491d29 commit 331f84c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/bases/Expenses.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/components/bases/Mood.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>}

src/components/bases/Timer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")}

0 commit comments

Comments
 (0)