From adf92e35a52224ed14ce263e4720a48eff7c0582 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 25 Jul 2024 15:12:10 +0200 Subject: [PATCH] exercise --- src/contents/example.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/example.tsx b/src/contents/example.tsx index 1f8ced19..3b731f40 100644 --- a/src/contents/example.tsx +++ b/src/contents/example.tsx @@ -164,7 +164,7 @@ export function Example() { </div> <i><h6>By </h6></i> <div className="example-exercise"> - <p> Create a react component that takes HTML, a link to a picture, a number and a word as input and return the code in a box with the word as a header. The picture and other code should be in two columns next to each other, under the header. The number should be multiplied by 2 and then shown </p> + <p> Create a react component that takes HTML, a link to a picture, a number and a word as input and return the code in a box with the word as a header. The picture and other code should be in two columns next to each other, under the header. The number should be multiplied by 2 and then shown somewhere with the other parts.</p> <p> See DocuBox component. </p> </div> </div> -- GitLab