From aa284d956391d67a7091b0e470db50d4f7deef09 Mon Sep 17 00:00:00 2001 From: venbaittech Date: Thu, 22 May 2025 17:20:10 +0530 Subject: [PATCH] Redirection --- lib/Screens/allTrips/travel_agent_list.dart | 2 +- lib/Screens/myTemplates/template.dart | 1 + lib/app.dart | 2 +- lib/routes/custom_appBar.dart | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/Screens/allTrips/travel_agent_list.dart b/lib/Screens/allTrips/travel_agent_list.dart index 3c7d7c3..88de1bf 100644 --- a/lib/Screens/allTrips/travel_agent_list.dart +++ b/lib/Screens/allTrips/travel_agent_list.dart @@ -325,7 +325,7 @@ class _TravelAgentListPlansState extends State { Row( children: [ Text( - 'My Trips', + 'Trips', style: GoogleFonts.poppins( fontSize: isDesktop ? 16 : 14, fontWeight: FontWeight.w600, diff --git a/lib/Screens/myTemplates/template.dart b/lib/Screens/myTemplates/template.dart index ea6896f..e9de866 100644 --- a/lib/Screens/myTemplates/template.dart +++ b/lib/Screens/myTemplates/template.dart @@ -243,6 +243,7 @@ class TemplateState extends State