Skip to content

Commit

Permalink
add submit link
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshith-403 committed Mar 15, 2024
1 parent d075a18 commit 73e76a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/Components/Task/Task..tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import signin from '../../assets/Task/signin.png'
import emp_dash from '../../assets/Task/emp_dash.png'
import emp_job from '../../assets/Task/emp_job.png'
import emp_reg from '../../assets/Task/emp_reg.png'
import {HashLink} from "react-router-hash-link";


export default function Task() {
Expand Down Expand Up @@ -159,6 +160,9 @@ export default function Task() {

<hr/>

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


<h1>Important Link</h1>
<ul>
<li><a href={"https://github.com/IEEEUCSC/madhack-2024-initial-api"}>REST API </a> (Not mandatory but recommended to use to save time.)</li>
Expand Down

0 comments on commit 73e76a1

Please sign in to comment.