Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1516 from open-apparel-registry/tw/update-my-list…
Browse files Browse the repository at this point in the history
…s-link

Update My Lists link/copy
  • Loading branch information
TaiWilkin committed Nov 3, 2021
2 parents 89ec67f + 0e9396d commit 2a9a796
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- Update copy [#1515](https://github.com/open-apparel-registry/open-apparel-registry/pull/1515)
- Update My Lists link/copy [#1516](https://github.com/open-apparel-registry/open-apparel-registry/pull/1516)

### Deprecated

Expand Down
14 changes: 9 additions & 5 deletions src/app/src/components/FacilityListItems.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import {
OARFont,
listsRoute,
facilityListItemsRoute,
aboutProcessingRoute,
authLoginFormRoute,
dashboardListsRoute,
InfoLink,
} from '../util/constants';

import { facilityListPropType } from '../util/propTypes';
Expand Down Expand Up @@ -207,11 +207,15 @@ class FacilityListItems extends Component {
</div>
</div>
<div style={facilityListItemsStyles.subheadStyles}>
Read about how your facility lists are processed and
matched in this&nbsp;
<a href={aboutProcessingRoute} target="">
guide
Read about how your facility data is{' '}
<a
href={`${InfoLink}/how-the-oar-improves-data-quality`}
target="_blank"
rel="noreferrer"
>
processed and matched
</a>
.
</div>
{list.item_count ? (
<Route
Expand Down

0 comments on commit 2a9a796

Please sign in to comment.