diff --git a/app/components/place-details.gjs b/app/components/place-details.gjs
index 3d46e0f..71e8adf 100644
--- a/app/components/place-details.gjs
+++ b/app/components/place-details.gjs
@@ -554,45 +554,6 @@ export default class PlaceDetails extends Component {
{{/if}}
- {{#if this.showOperator}}
-
-
-
- {{this.operatorNames}}
- {{#if this.operatorWebsite}}
-
-
- {{this.operatorWebsiteLabel}}
-
- {{/if}}
- {{#if this.operatorWikidata}}
-
-
- Wikidata
-
- {{/if}}
- {{#if this.operatorWikipedia}}
-
-
- Wikipedia
-
- {{/if}}
-
-
- {{/if}}
-
{{#if this.phone}}
@@ -674,6 +635,45 @@ export default class PlaceDetails extends Component {
{{/if}}
+ {{#if this.showOperator}}
+
+
+
+ {{this.operatorNames}}
+ {{#if this.operatorWebsite}}
+
+
+ {{this.operatorWebsiteLabel}}
+
+ {{/if}}
+ {{#if this.operatorWikidata}}
+
+
+ Wikidata
+
+ {{/if}}
+ {{#if this.operatorWikipedia}}
+
+
+ Wikipedia
+
+ {{/if}}
+
+
+ {{/if}}
+