From dfe5b5680fdbbbb44e761df11e36b745fc3db7ce Mon Sep 17 00:00:00 2001 From: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com> Date: Tue, 20 Jan 2026 07:46:55 +0530 Subject: [PATCH] fix(curriculum): refine editable regions in build a heart icon (#65302) Co-authored-by: Jeevankumar-S --- .../686daa7ed79ceacd0b264e7d.md | 6 +++--- .../686daa7ed79ceacd0b264e7e.md | 8 +++++--- .../686daa7ed79ceacd0b264e7f.md | 2 +- .../686daa7ed79ceacd0b264e80.md | 2 +- .../686daa7ed79ceacd0b264e81.md | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7d.md b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7d.md index 15f3ec41b50..425bf627eac 100644 --- a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7d.md +++ b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7d.md @@ -32,11 +32,11 @@ assert.exists(path); Heart Icon - --fcc-editable-region-- - - --fcc-editable-region-- + + --fcc-editable-region-- + ``` diff --git a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md index 15210636914..85e99adbe1f 100644 --- a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md +++ b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7e.md @@ -46,11 +46,13 @@ assert.strictEqual( Heart Icon - --fcc-editable-region-- - + - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7f.md b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7f.md index 009dfb851f5..04a117abcc0 100644 --- a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7f.md +++ b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e7f.md @@ -41,11 +41,11 @@ assert.strictEqual(svg.getAttribute('height'), '24'); --fcc-editable-region-- + --fcc-editable-region-- - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e80.md b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e80.md index 15d406fdd0d..cbec5086f63 100644 --- a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e80.md +++ b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e80.md @@ -81,11 +81,11 @@ assert.strictEqual(height, '24'); --fcc-editable-region-- + --fcc-editable-region-- - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e81.md b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e81.md index a9623a0aa89..f07cf89dbe1 100644 --- a/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e81.md +++ b/curriculum/challenges/english/blocks/workshop-build-a-heart-icon/686daa7ed79ceacd0b264e81.md @@ -44,11 +44,11 @@ assert.strictEqual(fill, "red"); --fcc-editable-region-- + --fcc-editable-region-- - --fcc-editable-region-- ```