containers / containers/podman.io
[Bug]: The leading `'0 '` in the class string is a syntax typo that gets evaluated as a class name `"0"`.
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 188
- Avg merge
- 6d 22h
- Merged PRs (30d)
- 12
Description
### Consisely describe the issue
Typo in Tailwind Class String
* **File Reference:** [FeaturesCarousel/index.tsx](file:///c:/Users/Hp/podman.io/src/components/content/FeaturesCarousel/index.tsx#L14)
* **Code:** `'0 bg-white text-gray-700...'`
* **Reason:** The leading `'0 '` in the class string is a syntax typo that gets evaluated as a class name `"0"`. While harmless in some browsers, it introduces invalid markup and shows that styling classes are not fully sanitized.
### Upload screenshots or screen recordings
Add screenshots or screen recordings to help explain your problem.
### LLM Policy
- [x] This issue is human-written, and folow up comments will also be human-written
Contributor guide
No contributing guide indexed for this repository
Research direction
Open src/components/content/FeaturesCarousel/index.tsx at line 14 and inspect the referenced class string. Remove the leading typo so the class list no longer includes "0", then verify the component markup contains only the intended Tailwind classes and that the frontend still builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tailwindcss, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100