Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const CustomersPage = () => {
description="Detailed customer profiles, subscription handling, and powerful analytics."
>
<GetStartedButton size="lg" text="Get Started" />
<Link href="/docs/features/customers">
<Link href="/docs/features/customer-management">
<Button variant="secondary" className="rounded-full" size="lg">
View Documentation
<ArrowOutwardOutlined className="ml-2" />
Expand All @@ -55,7 +55,7 @@ export const CustomersPage = () => {
<div className="flex flex-1 grow flex-col gap-y-10 p-8 md:p-16">
<div className="flex flex-col gap-y-4">
<div className="flex items-center gap-x-3">
<h2 className="text-2xl leading-normal! md:text-3xl">
<h2 className="leading-normal! text-2xl md:text-3xl">
Complete Customer Profiles
</h2>
</div>
Expand Down
Loading