Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

fix link #5105

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/info/ArchiveSiteBanner/ArchiveSiteBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import DataArchiveIcon from '-!svg-react-loader!../../../img/svg/icon-archive.sv
const ArchiveSiteBanner = () => (
<div className={styles.root}>
<p className={styles.content}>
<DataArchiveIcon/> This is an archived version of this website that is no longer being updated. For current data, visit the <Link to="https://revenuedata.doi.gov/">latest version of the site.</Link>
<DataArchiveIcon/> This is an archived version of this website that is no longer being updated. For current data, visit the <a href="https://revenuedata.doi.gov/">latest version of the site.</a>
</p>
</div>
)
Expand Down