Skip to content

Commit b2ae947

Browse files
Renamed example page "Add Pins" to match source code file (#1440)
1 parent 26a3662 commit b2ae947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/widgets/drawer.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Drawer buildDrawer(BuildContext context, String currentRoute) {
8989
),
9090
_buildMenuItem(
9191
context,
92-
const Text('Add Pins'),
92+
const Text('Tap to Add Pins'),
9393
TapToAddPage.route,
9494
currentRoute,
9595
),

0 commit comments

Comments
 (0)