diff --git a/gql/queries/LocationDetail.gql b/gql/queries/LocationDetail.gql
index c6641c3aa..45c10bbea 100644
--- a/gql/queries/LocationDetail.gql
+++ b/gql/queries/LocationDetail.gql
@@ -94,7 +94,6 @@ query LocationDetail($slug: [String!]) {
altText
}
}
-
authors: staffMember {
id
slug
@@ -153,14 +152,14 @@ query LocationDetail($slug: [String!]) {
}
requiresRegistration
eventDescription
- #heroImage {
- # ... on heroImage_heroImage_BlockType {
- # id
- # image {
- # ...Image
- # }
- #}
- #}
+ heroImage {
+ ... on heroImage_heroImage_BlockType {
+ id
+ image {
+ ...Image
+ }
+ }
+ }
eventType {
title
}
@@ -185,7 +184,6 @@ query LocationDetail($slug: [String!]) {
title
summary
dateUpdated
-
ongoing
heroImage {
... on heroImage_heroImage_BlockType {
diff --git a/pages/visit/locations/_slug.vue b/pages/visit/locations/_slug.vue
index 3aa27a0ec..727882f72 100644
--- a/pages/visit/locations/_slug.vue
+++ b/pages/visit/locations/_slug.vue
@@ -41,8 +41,8 @@
page.amenitiesIcons.length ||
parsedSpaces.length
"
- color="visit"
class="divider-way-finder"
+ color="visit"
/>
@@ -51,6 +51,7 @@
:section-titles= h2Array
/>
+
+
+
+
@@ -110,6 +114,7 @@
+
-->
+
@@ -149,6 +155,7 @@
:blocks="page.blocks"
/>
+
+