From 97ca7fafb2c973a2ddf98c0d85990cf5e04e36e9 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 25 Jul 2024 14:45:15 +0200 Subject: [PATCH] exercises --- 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 b1163e10..1f8ced19 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 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.</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 </p> <p> See DocuBox component. </p> </div> </div> -- GitLab