Skip to content

Commit

Permalink
added a change
Browse files Browse the repository at this point in the history
  • Loading branch information
waiholiu committed Nov 22, 2024
1 parent 89cebcc commit a21d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TasksTracker.WebPortal.Frontend.Ui/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="col-sm-9 col-md-7 col-lg-5 mx-auto">
<div class="card border-0 shadow rounded-3 my-5">
<div class="card-body p-4 p-sm-5">
<h5 class="card-title text-center mb-5 fw-light fs-5">Welcome to Tasks Tracker!</h5>
<h5 class="card-title text-center mb-5 fw-light fs-5">Welcome to Tasks Tracker Wai change!</h5>
<form>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="[email protected]" asp-for="TasksCreatedBy">
Expand Down

0 comments on commit a21d5e5

Please sign in to comment.