Skip to content

Commit

Permalink
Changes: Changed home page text
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilnalakath committed Oct 1, 2019
1 parent 71e67c5 commit 205d897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
// is not restarted.
primarySwatch: Colors.blue,
),
home: MyHomePage(title: 'Git Hub Actions Demo App'),
home: MyHomePage(title: 'Git Hub Actions Sample App'),
);
}
}
Expand Down

0 comments on commit 205d897

Please sign in to comment.