From 3d72fd9459535f415a02e333d929f33d50913914 Mon Sep 17 00:00:00 2001
From: Maciej Ziarkowski <maciej.ziarkowski@gmail.com>
Date: Mon, 2 Dec 2019 00:01:43 +0000
Subject: [PATCH] Update Age source options without 'Other website'

---
 app/src/frontend/building/data-containers/age.tsx | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx
index 1f1728b6..ceeaae74 100644
--- a/app/src/frontend/building/data-containers/age.tsx
+++ b/app/src/frontend/building/data-containers/age.tsx
@@ -43,14 +43,18 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => (
             tooltip={dataFields.date_source.tooltip}
             placeholder=""
             options={[
+                "Expert knowledge of building",
+                "Expert estimate from image",
                 "Survey of London",
                 "Pevsner Guides",
+                "Victoria County History",
                 "Local history publication",
+                "Other publication",
                 "National Heritage List for England",
+                "Other database or gazetteer",
                 "Historical map",
-                "Archive research",
-                "Expert knowledge of building",
-                "Other book",
+                "Other archive document",
+                "Film/Video",
                 "Other website",
                 "Other"
             ]}