Skip to content

Commit

Permalink
Update Register.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dilshankarunarathne committed Apr 23, 2024
1 parent c3dafdc commit fa1815c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Register.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useRef, useState, useEffect } from "react";
import { Link } from 'react-router-dom';
import { faCheck, faTimes, faInfoCircle } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import axios from './api/axios';
Expand Down Expand Up @@ -170,8 +171,7 @@ const Register = () => {
<p>
Already registered?<br />
<span className="line">
{/*put router link here*/}
<a href="#">Sign In</a>
<Link to="/login">Sign In</Link>
</span>
</p>
</section>
Expand Down

0 comments on commit fa1815c

Please sign in to comment.