Janderson Constantino
Results
2
comments of
Janderson Constantino
Please, check if this resolves your issue: ```jsx ```
@foxjordan your code have issues. 1 - HTML h4 tag issue ```jsx // wrong {sec.title} // right {sec.title} ``` 2 - key issue. ```jsx // wrong // right ``` @crabbly...