Skip to content

Commit

Permalink
timeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshith-403 committed Mar 11, 2024
1 parent 4c7af66 commit d795b89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Login() {

<div className="row form-group">
<div className="col-md-12">
<label htmlFor="leaderEmail">Team Leader Email</label>
<label htmlFor="leaderEmail">Team Leader's Email</label>
<input type="text" id="leaderEmail" className="form-control"
{...register("leaderEmail", {required: true})}/>
</div>
Expand Down
20 changes: 10 additions & 10 deletions frontend/src/Components/Timeline/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,37 +71,37 @@ const Timeline: React.FC = () => {
state: "Virtual"
},
{
date: "Feb 7th",
event: "Open Initial Round Submissions",
date: "Feb 18th",
event: "Workshop - Flutter Session - Advanced",
description: "",
state: ""
state: "Virtual"
},
{
date: "Feb 11th",
event: "Workshop - Flutter Session - Advanced",
date: "March 4th",
event: "Open Initial Round Submissions",
description: "",
state: "Virtual"
state: ""
},
{
date: "Feb 13th",
date: "March 16th",
event: "Close Initial Round Submissions",
description: "",
state: ""
},
{
date: "Feb 19th",
date: "Postponed",
event: "Announcement of Finalists",
description: "",
state: "Virtual"
},
{
date: "Feb 24th",
date: "Postponed",
event: "Final Hackathon",
description: "",
state: "Onsite"
},
{
date: "Feb 25th",
date: "Postponed",
event: "Final Hackathon & Award Ceremony",
description: "",
state: "Onsite"
Expand Down

0 comments on commit d795b89

Please sign in to comment.