Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed input label #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/todos.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<form method="POST" action="/" autocomplete="off">
<div class="row">
<div class="col-12 form-group">
<label for="todo">Enter your task</label>
<label for="todo">Enter your shipper</label>
<input type="text" name="task" class="form-control" />
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ services:
context: ./app
links:
- todo-database
#volumes:
# - ./app:/usr/src/app
# - /usr/src/app/node_modules
volumes:
- ./app:/usr/src/app
- /usr/src/app/node_modules
ports:
- 3001:3001

Expand Down