removeCapitalize (#150)
This commit is contained in:
parent
d86d5e6028
commit
a8898677a9
|
@ -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}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user