spelling washingtonpark.dart

This commit is contained in:
Trent Palmer 2019-11-04 01:28:01 -08:00
parent c15adcc08b
commit f5bb7b4e66
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class _WashingtonParkState extends State<WashingtonPark> {
onTap: (){ onTap: (){
Navigator.pushReplacement(context, MaterialPageRoute(builder: (context) => Attractions())); Navigator.pushReplacement(context, MaterialPageRoute(builder: (context) => Attractions()));
}, },
child: cardOne('(Back to must see and do'), child: cardOne('(Back to must see and do)'),
), ),
], ],
), ),