From 5cb862b77096d513458df932cb11e130d898268e Mon Sep 17 00:00:00 2001 From: Sandra Larsson Date: Wed, 18 Dec 2024 10:36:42 +0100 Subject: [PATCH] fix: only show volume slider on desktop (#256) --- src/components/production-line/production-line.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/production-line/production-line.tsx b/src/components/production-line/production-line.tsx index 99c28c3..1f8c9de 100644 --- a/src/components/production-line/production-line.tsx +++ b/src/components/production-line/production-line.tsx @@ -503,11 +503,13 @@ export const ProductionLine = ({ }} > Controls - + {!isMobile && ( + + )}