diff --git a/firka/lib/ui/phone/pages/home/home_grades_subject.dart b/firka/lib/ui/phone/pages/home/home_grades_subject.dart index 674f44b0..c8b794cf 100644 --- a/firka/lib/ui/phone/pages/home/home_grades_subject.dart +++ b/firka/lib/ui/phone/pages/home/home_grades_subject.dart @@ -290,7 +290,12 @@ class _HomeGradesSubjectScreen extends FirkaState { style: appStyle.fonts.H_H2 .apply(color: appStyle.colors.textPrimary), ), - SizedBox(height: 15) + SizedBox(height: 2), + Text( + widget.data.l10n.unknown_teacher, + style: appStyle.fonts.B_16R + .apply(color: appStyle.colors.textSecondary), + ), ]), SizedBox( height: MediaQuery.of(context).size.height - MediaQuery.of(context).padding.top - 320,