Skip to content

Commit

Permalink
fix(lesson): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 19, 2024
2 parents c9e53a9 + e01d6bd commit 9b6dede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const OptimizeCard: React.FC<OptimizeCardProps> = ({
variant={'default'}
size={'fit'}
className="mb-6 mt-2 rounded-md px-4 py-3 text-white hover:bg-fuchsia-800">
<Link href="/appstore">{buttonText}</Link>
<Link href="/courses">{buttonText}</Link>
</Button>
</div>
);
Expand Down

0 comments on commit 9b6dede

Please sign in to comment.