# Tasks: - [ ] Add a "Read More" button at the end of the NFT description. - [ ] Implement an on-click handler that: - - [ ] Expands the full NFT description and changes the button text to "Read Less." - - [ ] Toggles back to the shortened description on another click, with the button text reverting to "Read More." - [ ] Ensure the minimum description length is 120 characters before showing the "Read More" button.
Tasks: