Skip to content

Commit

Permalink
expert link
Browse files Browse the repository at this point in the history
  • Loading branch information
Neon-20 committed Dec 28, 2023
1 parent 6052602 commit 82760de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/dashboard/components/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Tabs, TabsList, TabsTrigger } from '@/components/ui/tabs';
import { PreferenceDialog, PricingCard } from './pricingCard';
import { useAuth } from '@/Providers/AuthContext';
import UpgradeToEnterprise from '../upgradeToEnterprise';
import Link from 'next/link';

function PricingPage() {
const [blurStudents, setBlurStudents] = useState(false);
Expand Down Expand Up @@ -80,8 +81,9 @@ function PricingPage() {
<Button
variant={'authx'}
className="text-black p-2 h-10 bg-slate-300"
asChild
>
Talk with an Expert →
<Link href="https://tally.so/r/n99VoY">Talk with an Expert →</Link>
</Button>
<PreferenceDialog
disableButton={false}
Expand Down

0 comments on commit 82760de

Please sign in to comment.