File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/travel_app/lib/src/catalog Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ final informationCard = CatalogItem(
7474 "component": {
7575 "Image": {
7676 "url": {
77- "literalString": "assets/travel_images/beach .jpg"
77+ "literalString": "assets/travel_images/santorini_panorama .jpg"
7878 }
7979 }
8080 }
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ final itinerary = CatalogItem(
201201 "component": {
202202 "Image": {
203203 "url": {
204- "literalString": "assets/travel_images/beach .jpg"
204+ "literalString": "assets/travel_images/rio_de_janeiro .jpg"
205205 }
206206 }
207207 }
@@ -211,7 +211,7 @@ final itinerary = CatalogItem(
211211 "component": {
212212 "Image": {
213213 "url": {
214- "literalString": "assets/travel_images/city .jpg"
214+ "literalString": "assets/travel_images/maldives_islands .jpg"
215215 }
216216 }
217217 }
You can’t perform that action at this time.
0 commit comments