Refactor component code for improved readability and consistency
Some checks failed
CI / ci (push) Failing after 1m36s
Some checks failed
CI / ci (push) Failing after 1m36s
- Simplified map creation in ActivityCorrelations component. - Adjusted className formatting in AccordionTrigger and other UI components for better readability. - Removed unnecessary line breaks in various components including Breadcrumb, Calendar, Checkbox, and others. - Enhanced code formatting in NativeSelect and NavigationMenuTrigger components for consistency. - Updated route imports in routeTree.gen.ts for uniformity in quotation marks. - Cleaned up JSX structure in ReminderCard and ReminderForm components for clarity.
This commit is contained in:
@@ -71,7 +71,10 @@ function NavigationMenuTrigger({
|
||||
{...props}
|
||||
>
|
||||
{children}{" "}
|
||||
<ChevronDownIcon className="relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180" aria-hidden="true" />
|
||||
<ChevronDownIcon
|
||||
className="relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
</NavigationMenuPrimitive.Trigger>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user