diff --git a/lib/features/awards/presentation/ui/awards_page.dart b/lib/features/awards/presentation/ui/awards_page.dart index cda3c81..e8d7f7b 100644 --- a/lib/features/awards/presentation/ui/awards_page.dart +++ b/lib/features/awards/presentation/ui/awards_page.dart @@ -26,6 +26,7 @@ class AwardsPage extends GetView { AwardWidget( images: controller.castAwards, ), + MySpaces.s30.gapHeight, ], ), );