This commit is contained in:
Jordi Enric
2024-10-26 12:56:21 +02:00
parent 23a4f0f996
commit ed6d898d27
+3 -3
View File
@@ -101,15 +101,15 @@ export default function CreateBlog() {
<Smile size={32} className="mb-2 text-orange-500" />
</div>
<span className="block text-center text-lg font-semibold">
Free plan can only create 1 blog
The free plan can only create 1 blog
</span>
</h2>
<div className="text-center">
<p className="text-zinc-500">
Please subscribe to the Pro Plan to create more blogs.
Subscribe to the Pro Plan to create more blogs.
</p>
</div>
<div className="mt-8 text-center">
<div className="mx-auto mt-8 max-w-xs text-center">
<Button asChild>
<Link href="/account">Subscribe to a plan</Link>
</Button>