Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Website] Fix "undefined" as className (#1870)
## Motivation for the change, related issues I found "undefined" as a class name in the rendered DOM code. ![image](https://github.com/user-attachments/assets/34d9e109-5c1f-45ab-86e1-1d653c45b1f3) ## Implementation details Remove potentially empty prop from string chain to classNames() method. ## Testing Instructions (or ideally a Blueprint) Just open playground. It's on the main page as a wrapper. Ps. Sorry for the small stuff. I'm trying to find my way around the code :)
- Loading branch information