Skip to content

Commit

Permalink
Removed anchor tag from location form
Browse files Browse the repository at this point in the history
relates #14
  • Loading branch information
hoslack committed Feb 14, 2018
1 parent 94f20c1 commit aa1d08e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions client/src/containers/LocationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ class LocationForm extends Component {
/>
</div>
<div class="mw7 center pa4 flex items-center justify-center">
<Link to="/symptoms">
<a className="f4 link dim br-pill bg-green washed-green no-underline b--orange ba grow pv2 ph3 dib mr4">
Back
</a>
<Link
to="/symptoms"
className="f4 link dim br-pill bg-green washed-green no-underline b--orange ba grow pv2 ph3 dib mr4"
>
Back
</Link>
<button
className="f4 link dim br-pill bg-green washed-green no-underline b--orange ba grow pv2 ph3 dib ml4"
Expand Down

0 comments on commit aa1d08e

Please sign in to comment.