mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Add 'Open Source' in the onboarding screen
This commit is contained in:
@ -175,7 +175,7 @@ class OnBoardingPage1 extends StatelessWidget {
|
|||||||
Center(child: header),
|
Center(child: header),
|
||||||
const SizedBox(height: 64.0),
|
const SizedBox(height: 64.0),
|
||||||
AutoSizeText(
|
AutoSizeText(
|
||||||
"A Note Taking App built on top of Git",
|
"A Open Source Note Taking App\nbuilt on top of Git",
|
||||||
style: textTheme.headline,
|
style: textTheme.headline,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
maxLines: 2,
|
maxLines: 2,
|
||||||
|
Reference in New Issue
Block a user