Skip to content

Commit

Permalink
v0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed Aug 21, 2021
1 parent 7c10194 commit dca070b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/views/articles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _ArticlesState extends State<Articles> {
),
body: Container(
child: Text(
"This Settings Page is under development",
"This Page is under development",
textAlign: TextAlign.center,
),
),
Expand Down
2 changes: 1 addition & 1 deletion lib/views/video_library.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _VideoLibState extends State<VideoLib> {
),
body: Container(
child: Text(
"This Settings Page is under development",
"This Page is under development",
textAlign: TextAlign.center,
),
),
Expand Down

0 comments on commit dca070b

Please sign in to comment.