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

Commit

Permalink
Merge pull request #5104 from ONRR/dev
Browse files Browse the repository at this point in the history
removed dev build, only master, updated link
  • Loading branch information
master12 authored Aug 27, 2020
2 parents 8f4c150 + 042d6c7 commit 7b43a06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,3 @@ workflows:
branches:
only: master

dev:
jobs:
- dev:
filters:
branches:
only: dev
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="/archive">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 <Link to="https://revenuedata.doi.gov/">latest version of the site.</Link>
</p>
</div>
)
Expand Down

0 comments on commit 7b43a06

Please sign in to comment.