Skip to content

Commit e043a79

Browse files
committed
fix: update sidebar cta
1 parent 62eeb2a commit e043a79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/www/components/sidebar-cta.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
import { ChevronRight } from "lucide-react";
44
import Link from "next/link";
55

6-
import { AnimatedShinyText } from "@/registry/magicui/animated-shiny-text";
7-
import { TextAnimate } from "@/registry/magicui/text-animate";
6+
import { PingDot } from "@/components/ping-dot";
87
import { Button } from "@/components/ui/button";
8+
import { trackEvent } from "@/lib/events";
9+
import { AnimatedShinyText } from "@/registry/magicui/animated-shiny-text";
910
import { AuroraText } from "@/registry/magicui/aurora-text";
1011
import { LineShadowText } from "@/registry/magicui/line-shadow-text";
11-
import { trackEvent } from "@/lib/events";
12+
import { TextAnimate } from "@/registry/magicui/text-animate";
1213
import posthog from "posthog-js";
13-
import { PingDot } from "@/components/ping-dot";
1414

1515
export function ProCTA() {
1616
return (
@@ -83,7 +83,7 @@ export function ProCTA() {
8383
rel="noopener noreferrer"
8484
className="flex items-center justify-center gap-2"
8585
>
86-
Get Instant Access
86+
Get Lifetime Access
8787
<ChevronRight className="size-4" />
8888
</Link>
8989
</Button>

0 commit comments

Comments
 (0)