summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
-rw-r--r--frontend/site/projects/museum/constants.js2
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"])