Skip to content

Commit 58e9afd

Browse files
feat(ref: no-ref): add translations
1 parent a2866af commit 58e9afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/screens/home/title/title.widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class TitleWidget extends StatelessWidget {
1111
padding: const EdgeInsets.only(top: 50, bottom: 20),
1212
child: Text(
1313
TitleTranslationNames.title.tr,
14+
textAlign: TextAlign.center,
1415
style: const TextStyle(
1516
fontSize: 80,
1617
fontWeight: FontWeight.w300,

0 commit comments

Comments
 (0)