File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exercises/03.2-a-real-component Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ En el ejericio anterior hemos creado nuestro primer componente llamado **PrintHe
55< PrintHello / >
66```
77
8- Ahora, vamos a crear un nuevo componente (función) llamado ** "Card" ** que generará el siguiente HTML:
8+ Ahora, vamos a crear un nuevo componente (función) llamado ** ` <BoostrapCard /> ` ** que generará el siguiente HTML:
99
1010``` jsx
1111< div class = " card m-5" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ In the past exercise we created our first component called **`PrintHello`** and
1010< PrintHello / >
1111```
1212
13- Now let's create another component (function) called ** ` Card ` ** that outputs the following HTML:
13+ Now let's create another component (function) called ** ` <BoostrapCard /> ` ** that outputs the following HTML:
1414
1515``` jsx
1616< div class = " card m-5" >
You can’t perform that action at this time.
0 commit comments