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

Commit

Permalink
Update My Lists link/copy
Browse files Browse the repository at this point in the history
When looking at a list in the My Lists section of the OAR, there is
introductory text above the list. This has been updated to, 'Read about
how your facility data is processed and matched.' and the link has been
updated to the new info site link.
  • Loading branch information
TaiWilkin committed Nov 3, 2021
1 parent 89ec67f commit 0e9396d
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 0e9396d

Please sign in to comment.