# Training 20 debrief ## The good - We were able to customize (hardcode) Footer component ## What to improve - The `FooterColumTitle` component expects the `link` property, byt we weren't able to pass it through the config. ``` {column.link ? ( {label} ) : ( label )} ``` ![Screenshot 2024-09-24 at 14.34.34.png](/assets/screenshot-2024-09-24-at-14.34.34.bd27178404796a3ce4197024769e6d4fff95192739606b539cbc51f125014bf8.ff64d80e.png) - It would be good to see relation beetween markdoc props and react componet props - It would be better to render SVG previews in the Webwiew tab instead of the source tab because it makes harder to edit the files. - Copying and pasting image puts the uploaded file into wrong directories: ![image-copy-paste.gif](/assets/image-copy-paste.5333e63016e8e70f310ec8490d436237d20f59ec2f4200ff8b5b9c0c0c300f6d.ff64d80e.gif) I'd expect the file to be put into a selected directory. - Strange problem when groups names are empty: ![Screenshot 2024-09-24 at 12.26.52.png](/assets/screenshot-2024-09-24-at-12.26.52.a558f7c34aaa2a3f4094aa0f4e56c88be215846af2287476f26900914562f05d.ff64d80e.png) - Overrall experience was bad, we have to wait 1 minute to apply cahnges. Probably it's because of large git-hub yaml + multiple languages. Editor is alos slow.