Skip to content

Commit 176e2f4

Browse files
committedJul 21, 2022
label changes
1 parent 0e7d43c commit 176e2f4

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
 

‎frontend/src/components/Navbar/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export default function SearchAppBar({ isLoggedIn }) {
179179
variant="contained"
180180
sx={{ mt: 3, mb: 2 }}
181181
>
182-
Update task
182+
Create Task
183183
</Button>
184184
</Box>
185185
</Typography>

‎frontend/src/components/Tasks/TaskList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default function TaskList({ setLoggedIn }) {
194194
variant="contained"
195195
sx={{ mt: 3, mb: 2 }}
196196
>
197-
Upload
197+
Update task
198198
</Button>
199199
</Box>
200200
</Typography>

‎task/Screenshot (13).png

200 KB
Loading

‎task/Screenshot (15).png

175 KB
Loading

‎task/Screenshot (18).png

183 KB
Loading

‎task/Screenshot (19).png

221 KB
Loading

‎task/Screenshot (20).png

224 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.