From a7cae4dbba55c24ee79c4e0652d6bd9638852d62 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sun, 1 Sep 2019 14:39:07 -0700 Subject: [PATCH] fix northweststreets.dart --- web/northweststreets.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/northweststreets.dart b/web/northweststreets.dart index 009c419..464f0b7 100644 --- a/web/northweststreets.dart +++ b/web/northweststreets.dart @@ -46,9 +46,8 @@ class _NorthWestStreetsState extends State { 'https://www.google.com/maps/@45.521389,-122.691667,17z', 'providence-park-map' ), - cardTwo('Vaughn','https://example.com','vaughn'), - cardTwo('NW 23rd','https://example.com','23rd'), - cardTwo('NW 21st','https://example.com','21st'), + cardTwo('NW 23rd, Burnside to Thurman','https://www.google.com/maps/@45.5295226,-122.6984339,16z','23rd'), + cardTwo('NW 21st, Burnside to Raleigh','https://www.google.com/maps/@45.5291143,-122.6945136,16z','21st'), ], ), ),