From 48a868426c028c80a0a998a141999fc7cb881ca7 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 9 Aug 2026 15:09:37 +0300 Subject: [PATCH] updates --- .../smartwatches/smartwatch_instructions_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/presentation/smartwatches/smartwatch_instructions_page.dart b/lib/presentation/smartwatches/smartwatch_instructions_page.dart index 8636e94e..c575ac89 100644 --- a/lib/presentation/smartwatches/smartwatch_instructions_page.dart +++ b/lib/presentation/smartwatches/smartwatch_instructions_page.dart @@ -60,7 +60,8 @@ class SmartwatchInstructionsPage extends StatelessWidget { children: [ watchContentDetails( title: smartwatchDetails.detailsTitle, - description: smartwatchDetails.details, + // description: smartwatchDetails.details, + description: "", icon: smartwatchDetails.smallIcon, descriptionTextColor: AppColors.primaryRedColor, ),