Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Javid Momeni committed Dec 7, 2024
1 parent 3ceb69a commit 1b22c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/library/story-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function StoryDetail({ story }: StoryDetailProps) {

<div className="flex flex-wrap gap-2 mb-4">
<span className="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm">
Age: {story.ageRange}+
سن: {story.ageRange}+
</span>
<span className="bg-primary/10 text-primary px-3 py-1 rounded-full text-sm">
{story.theme}
Expand Down

0 comments on commit 1b22c1d

Please sign in to comment.