summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-09-21 15:24:38 +0200
committerJules Laplace <julescarbon@gmail.com>2021-09-21 15:24:38 +0200
commit48374c440e344745ecbf96a3e2803fdc2bf35626 (patch)
tree83351e625743b31e5d13d797b8687742637457ea /src/views
parentb08b596b34a9f84248df294c7ee4f0c953e000a2 (diff)
font and sky and such
Diffstat (limited to 'src/views')
-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 }) {