You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Typo in CSS class
shadow-
In line 152, the class
shadow-
seems to be incomplete or a typo. Tailwind CSS provides classes likeshadow
,shadow-md
,shadow-lg
, etc. The hyphen at the end indicates an incomplete class name.Apply this diff to fix the typo:
📝 Committable suggestion
Originally posted by @coderabbitai[bot] in #46 (comment)
The text was updated successfully, but these errors were encountered: