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 #1291 from open-apparel-registry/tw/remove-sample-…
Browse files Browse the repository at this point in the history
…data

Remove Sample Data and Update Registration Text
  • Loading branch information
TaiWilkin committed Mar 30, 2021
2 parents a0742b7 + 880398b commit 162a9d9
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

### Changed
- Remove Sample Data and Update Registration Text [#1291](https://github.com/open-apparel-registry/open-apparel-registry/pull/1291)

### Deprecated

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
country,name,address
United States,Example Manufacturing,"123 Main St, Anytown, PA 12345"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
country,name,address,ppe_product_types,ppe_contact_phone,ppe_contact_email,ppe_website
United States,Example Manufacturing,"123 Main St, Anytown, PA 12345",Masks|Gloves,123-456-7890,ppe@example.com,https://example.com/ppe
Binary file not shown.
4 changes: 0 additions & 4 deletions src/app/src/components/ContributeHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ const ContributeHeader = memo(() => (
Do not change the column heading titles in the first
row.
</li>
<li className="helper-list__item">
Once reviewed for style guidance, delete the row of
example facility data.
</li>
<li className="helper-list__item">
The OAR accepts facilities throughout the supply chain,
including dyehouses, mills, laundries, cut and sew, RMG,
Expand Down
6 changes: 3 additions & 3 deletions src/app/src/components/RegisterForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ class RegisterForm extends Component {
<Grid container className="margin-bottom-100">
<Grid item xs={12} sm={8}>
<p>
Thank you for contributing to the OAR. Every
contribution further improves the accuracy of
the database. Create an account to begin:
Thank you for your interest in the OAR. In order
to download data from, or contribute to, the OAR
please first set up a free account:
</p>
{formInputs}
<ShowOnly when={!!(error && error.length)}>
Expand Down

0 comments on commit 162a9d9

Please sign in to comment.