### Describe the bug When terminal is disabled in metadata, the `Toggle Terminal` button is still visible. It just shows empty blank terminal when toggled. ### Link to a StackBlitz project which shows the error _No response_ ### Steps to reproduce 1. Define in metadata: ```yaml --- type: lesson title: Test terminal: false --- ``` 2. Open page and click `Toggle Terminal` ### Expected behavior Whole `Toggle Terminal` button should be hidden. ### Screenshots  ### Platform - TutorialKit version: 0.2.1 ### Additional context _No response_