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

Commit

Permalink
add data-browser-note
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Sep 10, 2019
1 parent 21f0fc6 commit 01e87b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/reports/Aggregate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ class Aggregate extends React.Component {
paragraphText="These reports summarize lending activity by MSA/MD."
>
<p>To learn about modifications to these reports over the years, visit the{' '}
<a target="_blank" rel="noopener noreferrer" href="/documentation/2018/ad-changes/">A&D Report Changes</a> page.</p>
<a target="_blank" rel="noopener noreferrer" href="/documentation/2018/ad-changes/">A&D Report Changes</a> page.<br/>
Looking for other HMDA data? Visit the new <a target="_blank" rel="noopener noreferrer" href="/data-browser/">HMDA Data Browser</a> to filter and download HMDA datasets.
</p>
</Header>
)

Expand Down
4 changes: 3 additions & 1 deletion src/reports/Disclosure.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ class Disclosure extends React.Component {
institutions, both nationwide and by MSA/MD."
>
<p>To learn about modifications to these reports over the years, visit the{' '}
<a target="_blank" rel="noopener noreferrer" href="/documentation/2018/ad-changes/">A&D Report Changes</a> page.</p>
<a target="_blank" rel="noopener noreferrer" href="/documentation/2018/ad-changes/">A&D Report Changes</a> page.<br/>
Looking for other HMDA data? Visit the new <a target="_blank" rel="noopener noreferrer" href="/data-browser/">HMDA Data Browser</a> to filter and download HMDA datasets.
</p>
</Header>
)

Expand Down
4 changes: 3 additions & 1 deletion src/reports/NationalAggregate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ class NationalAggregate extends React.Component {
cross-tabulated by loan, borrower and geographic characteristics."
>
<p>To learn about modifications to these reports over the years, visit the{' '}
<a target="_blank" rel="noopener noreferrer" href="/documentation/2018/ad-changes/">A&D Report Changes</a> page.</p>
<a target="_blank" rel="noopener noreferrer" href="/documentation/2018/ad-changes/">A&D Report Changes</a> page.<br/>
Looking for other HMDA data? Visit the new <a target="_blank" rel="noopener noreferrer" href="/data-browser/">HMDA Data Browser</a> to filter and download HMDA datasets.
</p>
</Header>
)

Expand Down

0 comments on commit 01e87b9

Please sign in to comment.