mirror of
https://github.com/generativefm/generative.fm.git
synced 2026-04-26 03:00:08 -04:00
Add new patrons
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 = () => (
|
||||
<div className="credits">
|
||||
|
||||
Reference in New Issue
Block a user