Skip to content

Commit

Permalink
feat(acquire-plan-button.tsx): ✨ update the texts to convert more and…
Browse files Browse the repository at this point in the history
… add a icon
  • Loading branch information
neopromic committed Jan 7, 2025
1 parent 87f778c commit 92c5c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/subscriptions/_components/acquire-plan-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { createStripeCheckout } from "../_actions/create-stripe-checkout";
import { loadStripe } from "@stripe/stripe-js";
import { useUser } from "@clerk/nextjs";
import Link from "next/link";
import { SparklesIcon } from "lucide-react";

const AcquirePlanButton = () => {
const { user } = useUser();
Expand Down Expand Up @@ -38,7 +39,8 @@ const AcquirePlanButton = () => {
className="w-full rounded-full font-bold"
onClick={handleAcquirePlanClick}
>
Adquirir plano
<SparklesIcon />
Fazer upgrade!
</Button>
);
};
Expand Down

0 comments on commit 92c5c7b

Please sign in to comment.