Skip to content

Commit 36a11ea

Browse files
committed
polish events upsell
1 parent 080f34f commit 36a11ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

clients/apps/web/src/app/(main)/dashboard/[organization]/(header)/(home)/ClientPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import LogoIcon from '@/components/Brand/LogoIcon'
44
import { DashboardBody } from '@/components/Layout/DashboardLayout'
55
import MetricChartBox from '@/components/Metrics/MetricChartBox'
66
import PaymentOnboardingStepper from '@/components/Onboarding/PaymentOnboardingStepper'
7-
import { EventsUpsell } from '@/components/Upsell/EventsUpsell'
87
import { AccountWidget } from '@/components/Widgets/AccountWidget'
98
import { MonthWidget } from '@/components/Widgets/MonthWidget'
109
import { 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
}

clients/apps/web/src/components/Layout/Dashboard/DashboardNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)