Add upgrade button on ai page

fix/pagination
Kamran Ahmed 1 week ago
parent 69d9dd23b2
commit 3f0db1526d
  1. 2
      src/components/GenerateCourse/AICourse.tsx

@ -83,7 +83,7 @@ export function AICourse(props: AICourseProps) {
<UpgradeAccountModal onClose={() => setIsUpgradeModalOpen(false)} /> <UpgradeAccountModal onClose={() => setIsUpgradeModalOpen(false)} />
)} )}
{!isPaidUser && isLoggedIn() && ( {!isPaidUser && isLoggedIn() && (
<div className="absolute bottom-full left-1/2 -translate-x-1/2 -translate-y-8 text-gray-500"> <div className="absolute max-md:hidden bottom-full left-1/2 -translate-x-1/2 -translate-y-8 text-gray-500">
You are on the free plan You are on the free plan
<button <button
onClick={() => setIsUpgradeModalOpen(true)} onClick={() => setIsUpgradeModalOpen(true)}

Loading…
Cancel
Save