From 8c138e45c25dfcaed42a2efc78162b21dad7c464 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Fri, 5 Jan 2024 20:47:18 -0600 Subject: [PATCH] Remove more destination columns on portrait mobile --- gathering/app/components/destination-row.gjs | 8 ++++---- gathering/app/templates/destinations/index.hbs | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) 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 - +