We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9452a21 commit c9241faCopy full SHA for c9241fa
packages/editor/public/_docs/interactive-introduction.md
@@ -279,15 +279,11 @@ export default wetFoodMessage;
279
// Setting displayed message for having prepared enough food.
280
export let finalMessage =
281
$.dryFoodRemaining >= 0 && $.wetFoodRemaining >= 0 ? (
282
- <p>
283
- <strong>✅ Great job, you fed all the neighborhood cats!</strong>
284
- </p>
+ <strong>✅ Great job, you fed all the neighborhood cats!</strong>
285
) : (
286
287
- <strong>
288
- ❌ Looks like we need more food! Some cats are still hungry...
289
- </strong>
290
+ <strong>
+ ❌ Looks like we need more food! Some cats are still hungry...
+ </strong>
291
);
292
293
export default (
0 commit comments