File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
app/(main)/dashboard/[organization]/(header)/(home)
components/Layout/Dashboard Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import LogoIcon from '@/components/Brand/LogoIcon'
44import { DashboardBody } from '@/components/Layout/DashboardLayout'
55import MetricChartBox from '@/components/Metrics/MetricChartBox'
66import PaymentOnboardingStepper from '@/components/Onboarding/PaymentOnboardingStepper'
7- import { EventsUpsell } from '@/components/Upsell/EventsUpsell'
87import { AccountWidget } from '@/components/Widgets/AccountWidget'
98import { MonthWidget } from '@/components/Widgets/MonthWidget'
109import { OrdersWidget } from '@/components/Widgets/OrdersWidget'
@@ -135,7 +134,6 @@ export default function OverviewPage({ organization }: OverviewPageProps) {
135134 < AccountWidget />
136135 </ motion . div >
137136 </ motion . div >
138- { ! organization . feature_settings ?. revops_enabled && < EventsUpsell /> }
139137 </ DashboardBody >
140138 )
141139}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export const OrganizationNavigation = ({
7878 href = { subRoute . link }
7979 prefetch = { true }
8080 className = { twMerge (
81- 'dark:text-polar-500 ml-4 text-sm font-medium text-gray-500' ,
81+ 'dark:text-polar-500 ml-4 text-sm font-medium text-gray-500 transition-colors hover:text-black dark:hover:text-white ' ,
8282 subRoute . isActive && 'text-blue-500 dark:text-white' ,
8383 ) }
8484 >
You can’t perform that action at this time.
0 commit comments