Skip to content

Commit

Permalink
Chnaged "Add Bookmarks"
Browse files Browse the repository at this point in the history
  • Loading branch information
samarsajad committed May 30, 2024
1 parent f7fab8e commit 7c55416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class _HomePageState extends State<HomePage> {
const SizedBox(height: 15),
ListTile(
leading: const Icon(FontAwesomeIcons.bookmark),
title: const Text('Add Bookmark'),
title: const Text('Bookmarks'),
onTap: () {
Navigator.push(
context,
Expand Down

0 comments on commit 7c55416

Please sign in to comment.