Skip to content

Commit

Permalink
Merge pull request #311 from DTS-STN/develop
Browse files Browse the repository at this point in the history
use blue info icon when not eligible (#310)
  • Loading branch information
JeremyKennedy authored Jun 27, 2022
2 parents a98284c + 7cb436d commit 3fd054e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/ResultsPage/MayBeEligible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export const MayBeEligible: React.VFC<{
<>
<h2 id="eligible" className="h2 mt-8">
<Image
src={isEligible ? '/eligible.png' : '/note.png'}
src={isEligible ? '/eligible.png' : '/info.svg'}
alt={apiTrans.result.eligible}
width={isEligible ? 30 : 25}
width={30}
height={30}
/>{' '}
{isEligible
Expand Down
2 changes: 1 addition & 1 deletion public/info-hover.svg → public/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 3fd054e

@vercel
Copy link

@vercel vercel bot commented on 3fd054e Jun 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.