diff --git a/lib/screens/common_elements.dart b/lib/screens/common_elements.dart
index c094e97d669752988aab888bad28f48ea14fb38c..df3231d6565fad9694606b93bb9c966108f696f8 100644
--- a/lib/screens/common_elements.dart
+++ b/lib/screens/common_elements.dart
@@ -69,7 +69,7 @@ class CommonElements {
 
   Widget buildProgressBar(double pagePosition) {
     return DotsIndicator(
-      dotsCount: 11,
+      dotsCount: 10,
       position: pagePosition,
       decorator: DotsDecorator(
         spacing: const EdgeInsets.symmetric(horizontal: 10),