ibex-app / frontend

The repository holds the code for front end application to analyze and visualize the results
0 stars 0 forks source link

Replace 'href's with Link component in markup #15

Closed aquarazorda closed 2 years ago

aquarazorda commented 2 years ago

For example

<a href="/results">Monitors<i className="icn icn-arrow arrw-dwn"></i></a>

should be replaced with

<Link to="results">Monitors <i className="icn icn-arrow arrw-dwn"></i></Link>