We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9678b4 commit c3f4779Copy full SHA for c3f4779
1 file changed
src/layouts/PostLayout.tsx
@@ -31,7 +31,7 @@ export const PostLayout: React.FC<PostLayoutProps> = ({
31
<S.PostTitle>{title}</S.PostTitle>
32
{chapter != null && (
33
<S.PostOccurrence>
34
- <S.PostOccurrenceBadge>Occurrence {chapter}</S.PostOccurrenceBadge>
+ <S.PostOccurrenceBadge>Chapter {chapter}</S.PostOccurrenceBadge>
35
</S.PostOccurrence>
36
)}
37
<S.PostDate>{formatRFC7231(date)}</S.PostDate>
0 commit comments