Skip to content

Commit c9241fa

Browse files
committed
fix
1 parent 9452a21 commit c9241fa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

packages/editor/public/_docs/interactive-introduction.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,11 @@ export default wetFoodMessage;
279279
// Setting displayed message for having prepared enough food.
280280
export let finalMessage =
281281
$.dryFoodRemaining >= 0 && $.wetFoodRemaining >= 0 ? (
282-
<p>
283-
<strong>✅ Great job, you fed all the neighborhood cats!</strong>
284-
</p>
282+
<strong>✅ Great job, you fed all the neighborhood cats!</strong>
285283
) : (
286-
<p>
287-
<strong>
288-
Looks like we need more food! Some cats are still hungry...
289-
</strong>
290-
</p>
284+
<strong>
285+
Looks like we need more food! Some cats are still hungry...
286+
</strong>
291287
);
292288

293289
export default (

0 commit comments

Comments
 (0)