diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-05 20:14:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-05 20:14:04 +0200 |
| commit | 2f7a5c4a7248b3e0fbb14eb12926f918961bd516 (patch) | |
| tree | 72884416ad6d2ba4189c467f9e89ab26a1d0f6a3 /frontend/site/projects/museum/constants.js | |
| parent | 78e8622aa97368f88adf63a0edc51cd72181c284 (diff) | |
adjusting three stuff
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
| -rw-r--r-- | frontend/site/projects/museum/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/constants.js b/frontend/site/projects/museum/constants.js index 9c76234..501b7f1 100644 --- a/frontend/site/projects/museum/constants.js +++ b/frontend/site/projects/museum/constants.js @@ -78,7 +78,7 @@ export const ARTISTS = { } export const ARTIST_ORDER = [ - "nora", "foreshew", "leite", "opoku", "nilthamrong", "stankievech", + "stankievech", "nora", "leite", "opoku", "foreshew", "nilthamrong", ] export const PROJECT_PAGE_SET = new Set(["essay", "artists", "credits"]) |
