summaryrefslogtreecommitdiff
path: root/src/views/Legend.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Legend.js')
-rw-r--r--src/views/Legend.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/views/Legend.js b/src/views/Legend.js
index 411ca81..eac860c 100644
--- a/src/views/Legend.js
+++ b/src/views/Legend.js
@@ -7,16 +7,16 @@ import React, { useState, useEffect } from "react";
var categories = [
// tag ID = array offset + 1
"1620s",
- "painting",
- "blunt",
+ "Painting",
+ "Blunt",
"National Gallery of Canada",
"Art Gallery of Ontario",
"Courtauld Institute",
"Stankievech",
- "connsoeurship",
- "double agent",
- "forensics",
- "black box",
+ "Connosieurship",
+ "Double Agent",
+ "Forensics",
+ "Black Box",
];
export default function Legend({ visible, selected, onSelect }) {