From 6e7774329424622b8cdfa36845490c1efc6d1736 Mon Sep 17 00:00:00 2001 From: wargha <43412878+wargha@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:24:51 -0600 Subject: [PATCH 1/2] Update README.mdx --- exercises/06.styling/02.solution.component/README.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/06.styling/02.solution.component/README.mdx b/exercises/06.styling/02.solution.component/README.mdx index 42e1a51d7..7f1bac5a5 100644 --- a/exercises/06.styling/02.solution.component/README.mdx +++ b/exercises/06.styling/02.solution.component/README.mdx @@ -4,3 +4,5 @@ 👨‍💼 Great work with the `` component. But we can make this experience even better by designing our box around the different sizes. Let's keep going! + +👨‍💼 Also, don't forget to export your Box component (tests will need it!) `export function Box...` From 4674937641f3b59c9b8ccb64a58968121cbe7493 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 16 Oct 2024 05:44:38 +0530 Subject: [PATCH 2/2] Update exercises/06.styling/02.solution.component/README.mdx --- exercises/06.styling/02.solution.component/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/06.styling/02.solution.component/README.mdx b/exercises/06.styling/02.solution.component/README.mdx index 7f1bac5a5..849619f03 100644 --- a/exercises/06.styling/02.solution.component/README.mdx +++ b/exercises/06.styling/02.solution.component/README.mdx @@ -5,4 +5,4 @@ 👨‍💼 Great work with the `` component. But we can make this experience even better by designing our box around the different sizes. Let's keep going! -👨‍💼 Also, don't forget to export your Box component (tests will need it!) `export function Box...` +🚨 Also, don't forget to export your Box component (tests will need it!) `export function Box...`