applied spacing to page too

This commit is contained in:
Kim, Jimin 2021-08-31 09:53:17 +09:00
parent e95810df99
commit fdcfb24e48

View file

@ -316,15 +316,18 @@ export default class Page extends React.Component<PageProps, PageState> {
{!this.state.isUnsearchable && ( {!this.state.isUnsearchable && (
<StyledMetaContainer> <StyledMetaContainer>
<FontAwesomeIcon icon={faCalendar} />{" "} <FontAwesomeIcon icon={faCalendar} />
&nbsp;&nbsp;&nbsp;
{this.state.fetchedPage?.date || "Unknown date"} {this.state.fetchedPage?.date || "Unknown date"}
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<FontAwesomeIcon icon={faHourglass} />{" "} <FontAwesomeIcon icon={faHourglass} />
&nbsp;&nbsp;&nbsp;
{this.state.fetchedPage?.readTime {this.state.fetchedPage?.readTime
? this.state.fetchedPage?.readTime + " read" ? this.state.fetchedPage?.readTime + " read"
: "unknown length"} : "unknown length"}
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<FontAwesomeIcon icon={faBook} />{" "} <FontAwesomeIcon icon={faBook} />
&nbsp;&nbsp;&nbsp;
{this.state.fetchedPage?.wordCount {this.state.fetchedPage?.wordCount
? this.state.fetchedPage.wordCount + ? this.state.fetchedPage.wordCount +
" words" " words"