diff --git a/assets/translations/id-ID.json b/assets/translations/id-ID.json index fdd2833..1ec381a 100644 --- a/assets/translations/id-ID.json +++ b/assets/translations/id-ID.json @@ -117,5 +117,7 @@ "seconds_suffix": "d", "quiz_type_option": "Pilihan Ganda", "quiz_type_true_false": "Benar atau Salah", - "quiz_type_fill_the_blank": "Isian Kosong" + "quiz_type_fill_the_blank": "Isian Kosong", + + "start_quiz": "Start Quiz" } diff --git a/lib/feature/home/view/home_page.dart b/lib/feature/home/view/home_page.dart index ce6a2cb..7032b0d 100644 --- a/lib/feature/home/view/home_page.dart +++ b/lib/feature/home/view/home_page.dart @@ -34,7 +34,6 @@ class HomeView extends GetView { ], ), ), - // ButtonOption di luar Padding ButtonOption( onCreate: controller.goToQuizCreation, onCreateRoom: controller.goToRoomMaker,