Skip to content

Commit

Permalink
Video added
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciafernandes committed Nov 27, 2020
1 parent 2e7473f commit 34e2dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/views/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class IndexView extends StatefulWidget {
class _IndexViewState extends State<IndexView> {
bool _searchPressed = false;

int _index = 1;
int _index = 0;

// int _index = 1;
List<Widget> _widgetList = [
Expand Down
2 changes: 1 addition & 1 deletion lib/views/reminders_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class _RemindersViewState extends State<RemindersView> {
FittedBox(
fit: BoxFit.fitWidth,
child: Text(
'Hello Dwayne, $greeting!',
'Hello, $greeting!',
style: TextStyle(
fontSize: 25.5,
fontWeight: FontWeight.w500,
Expand Down

0 comments on commit 34e2dcf

Please sign in to comment.