Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo #61

Open
wit03 opened this issue Oct 9, 2024 · 0 comments
Open

fix: typo #61

wit03 opened this issue Oct 9, 2024 · 0 comments

Comments

@wit03
Copy link
Member

wit03 commented Oct 9, 2024

          _:warning: Potential issue_

Typo in CSS class shadow-

In line 152, the class shadow- seems to be incomplete or a typo. Tailwind CSS provides classes like shadow, shadow-md, shadow-lg, etc. The hyphen at the end indicates an incomplete class name.

Apply this diff to fix the typo:

-  lg:block h-10 group relative ctn-category shadow-
+  lg:block h-10 group relative ctn-category shadow
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

                            lg:block h-10 group relative ctn-category shadow

Originally posted by @coderabbitai[bot] in #46 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant