Skip to content

Commit ce6d02f

Browse files
committed
Update card title text
1 parent 4c001c3 commit ce6d02f

File tree

2 files changed

+2
-2
lines changed
  • 02-designing-an-image-card

2 files changed

+2
-2
lines changed

02-designing-an-image-card/03-working-with-svg-icons/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
imageAlt: 'Rear view of modern home with pool',
2121
beds: 3,
2222
baths: 2,
23-
title: "Modern executive home in the heart of historic Los Angeles",
23+
title: "Modern home in city center",
2424
priceInCents: 190000,
2525
formattedPrice: "$1,900.00",
2626
reviewCount: 34,

02-designing-an-image-card/04-designing-a-badge/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
imageAlt: 'Rear view of modern home with pool',
2121
beds: 3,
2222
baths: 2,
23-
title: "Modern executive home in the heart of historic Los Angeles",
23+
title: "Modern home in city center",
2424
priceInCents: 190000,
2525
formattedPrice: "$1,900.00",
2626
reviewCount: 34,

0 commit comments

Comments
 (0)