diff --git a/gathering/app/components/destination-row.gjs b/gathering/app/components/destination-row.gjs
index c3f031a4..ceedf235 100644
--- a/gathering/app/components/destination-row.gjs
+++ b/gathering/app/components/destination-row.gjs
@@ -70,17 +70,17 @@ export default class DestinationRow extends Component {
class='p-2 align-top'
data-test-description
>{{@destination.description}}
-
{{@destination.answer}} |
+ {{@destination.answer}} |
{{@destination.mask}} |
{{@destination.awesomeness}} |
- {{@destination.risk}} |
- {{if
+ | {{@destination.risk}} |
+ {{if
@destination.meetings
'✓'
}} |
diff --git a/gathering/app/templates/destinations/index.hbs b/gathering/app/templates/destinations/index.hbs
index 0a6c335b..78550c4b 100644
--- a/gathering/app/templates/destinations/index.hbs
+++ b/gathering/app/templates/destinations/index.hbs
@@ -7,7 +7,7 @@
{{#if (feature-flag 'destination-status')}}
|
{{/if}}
-
+ |
|
-
+ |
Description
|
Answer
|
-
+ |
Mask
|
-
+ |
|
-
+ |
R
|
-
+ |
|