Skip to content

Commit b1c8d28

Browse files
authored
chore: fix frontend error (#354)
1 parent 41dcad4 commit b1c8d28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/VOCFlat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ function Quote({
4949
/>
5050
</svg>
5151
</div>
52-
<p className="text-lg md:text-xl italic px-4 pb-6 font-medium md:leading-relaxed text-gray-600 dark:text-gray-300">
52+
<div className="text-lg md:text-xl italic px-4 pb-6 font-medium md:leading-relaxed text-gray-600 dark:text-gray-300">
5353
{children}
54-
</p>
54+
</div>
5555
</div>
5656
</div>
5757
<figcaption className="flex items-center justify-center space-x-3">

src/components/blog/post-paginator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const PostPaginator = ({ posts, title }) => {
6464
</Link>
6565
))}
6666
<p className="mt-8 mb-6 p-0 text-xl font-bold">
67-
Ready to build high-quality, scalable Prisma apps with built-in AuthZ and instant CRUD APIs ?🚀
67+
Ready to build high-quality, scalable Prisma apps with built-in AuthZ and instant CRUD APIs? 🚀
6868
</p>
6969
<Link className="mb-4 p-0 text-xl font-bold underline" to="/docs/welcome">
7070
Get started with ZenStack's ultimate guide to build faster and smarter

0 commit comments

Comments
 (0)