Skip to content

Commit c3f4779

Browse files
committed
fix: update occurrence label to chapter in PostLayout
1 parent b9678b4 commit c3f4779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/PostLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const PostLayout: React.FC<PostLayoutProps> = ({
3131
<S.PostTitle>{title}</S.PostTitle>
3232
{chapter != null && (
3333
<S.PostOccurrence>
34-
<S.PostOccurrenceBadge>Occurrence {chapter}</S.PostOccurrenceBadge>
34+
<S.PostOccurrenceBadge>Chapter {chapter}</S.PostOccurrenceBadge>
3535
</S.PostOccurrence>
3636
)}
3737
<S.PostDate>{formatRFC7231(date)}</S.PostDate>

0 commit comments

Comments
 (0)