Skip to content

Commit

Permalink
fix: remove balancer on post descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jul 15, 2023
1 parent ef59f15 commit 824441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/blog/BlogPostPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export function BlogPostPage({
delay: 0.23,
}}
>
<Balancer>{post.description}</Balancer>
{post.description}
</motion.p>
<motion.div
className="flex w-full items-center space-x-4 text-sm font-medium text-zinc-700/50 dark:text-zinc-300/50"
Expand Down

0 comments on commit 824441c

Please sign in to comment.