Skip to content

Commit

Permalink
style(creator): changed page status indication to show page is still …
Browse files Browse the repository at this point in the history
…under construction
  • Loading branch information
SethCohen committed Apr 3, 2023
1 parent 1b23e6b commit 7d99506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/creator/creator_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class _CreatorPageState extends State<CreatorPage> {
@override
Widget build(BuildContext context) {
// TODO make sign creator system
return const Center(child: CircularProgressIndicator());
return const Center(child: Text('Creator Page Under Construction'));
}
}

0 comments on commit 7d99506

Please sign in to comment.