diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a123922..89c10ae 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -11,9 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Analytics +### Changed + +- Update Patron list + ### Added - Send state data to database on page unload +- New piece: Animalia Chordata ## [1.11.1] - 2019-09-09 diff --git a/src/components/app/about-tab/credits/index.jsx b/src/components/app/about-tab/credits/index.jsx index 0e74d31..245b9a3 100644 --- a/src/components/app/about-tab/credits/index.jsx +++ b/src/components/app/about-tab/credits/index.jsx @@ -23,8 +23,14 @@ const supporters = [ 'Catherine Desrochers', 'Douglas Fils', 'Christian Benstein', + 'John', +]; +const majorSupporters = [ + 'Brian Fountain', + 'Mike Smith', + 'Christian DeWolf', + 'Sam Roelants', ]; -const majorSupporters = ['Brian Fountain', 'Mike Smith', 'Christian DeWolf']; const Credits = () => (