Skip to content

Commit

Permalink
Merge pull request #129 from cfpb/filing-doc-links
Browse files Browse the repository at this point in the history
Add helpful links to refilewarning banner
  • Loading branch information
meissadia authored Jan 3, 2020
2 parents 6a03a20 + 667a74b commit 42c0cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filing/refileWarning/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const getText = props => {
{text}
{button}
{periodAfter ? '.' : null}
<p style={{marginTop: '15px'}}>Need help? Visit our <a target="_blank" rel="noopener noreferrer" href={`/documentation/${props.match.params.filingPeriod}/`}>documentation page</a> or contact <a href="https://hmdahelp.consumerfinance.gov" target="_blank" rel="noopener noreferrer">HMDA Help</a>.</p>
</div>
)
}
Expand Down

0 comments on commit 42c0cf2

Please sign in to comment.