Skip to content

Commit

Permalink
remove submit button and countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshith-403 committed Mar 16, 2024
1 parent 73e76a1 commit 7d967af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/Components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ export default function Login() {
</form>
</div>
</div>

<Countdown />
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Task/Task..tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function Task() {

<hr/>

<h1><HashLink className="cta" to="/task/submit">Submit</HashLink></h1>
{/*<h1><HashLink className="cta" to="/task/submit">Submit</HashLink></h1>*/}


<h1>Important Link</h1>
Expand Down

0 comments on commit 7d967af

Please sign in to comment.