Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Make links more obvious (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 3, 2018
1 parent 706bae3 commit 492a088
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/calculator/Calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ class Calculator extends React.Component {
<Typography use="body1" theme="onPrimary">
Saved! Now continue to{' '}
<Link href="/recipes">
<a className="link">Recipes</a>
<Button>Recipes</Button>
</Link>{' '}
or{' '}
<Link href="/plan">
<a className="link">Meal Plan</a>
<Button>Meal Plan</Button>
</Link>
</Typography>
</div>
Expand Down Expand Up @@ -248,9 +248,6 @@ class Calculator extends React.Component {
height: auto;
padding: 1rem;
}
.link {
color: white;
}
.max {
max-width: 400px;
}
Expand Down

0 comments on commit 492a088

Please sign in to comment.