We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcd038 commit 525675eCopy full SHA for 525675e
lib/discover/view/discover_page.dart
@@ -15,7 +15,7 @@ class DiscoverPage extends StatelessWidget {
15
final l10n = context.l10n;
16
return Scaffold(
17
appBar: AppBar(title: Text(l10n.discoverPageTitle)),
18
- body: const Center(child: Text('Discover Page Placeholder')),
+ body: const Center(child: Text('Soon...')),
19
);
20
}
21
0 commit comments