removeCapitalize (#150)

This commit is contained in:
Ilya Y 2023-07-31 12:57:50 +03:00 committed by GitHub
parent d86d5e6028
commit a8898677a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ export const FullArticle = (props: ArticleProps) => {
<h1>{props.article.title}</h1>
<Show when={props.article.subtitle}>
<h4>{capitalize(props.article.subtitle, false)}</h4>
<h4>{props.article.subtitle}</h4>
</Show>
<div class={styles.shoutAuthor}>