Skip to content

Commit 525675e

Browse files
committed
style(discover): update placeholder text
- Replace 'Discover Page Placeholder' with 'Soon...' in the center of the screen
1 parent 2fcd038 commit 525675e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discover/view/discover_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DiscoverPage extends StatelessWidget {
1515
final l10n = context.l10n;
1616
return Scaffold(
1717
appBar: AppBar(title: Text(l10n.discoverPageTitle)),
18-
body: const Center(child: Text('Discover Page Placeholder')),
18+
body: const Center(child: Text('Soon...')),
1919
);
2020
}
2121
}

0 commit comments

Comments
 (0)