applied spacing to page too
This commit is contained in:
parent
e95810df99
commit
fdcfb24e48
1 changed files with 6 additions and 3 deletions
|
@ -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} />
|
||||||
|
|
||||||
{this.state.fetchedPage?.date || "Unknown date"}
|
{this.state.fetchedPage?.date || "Unknown date"}
|
||||||
|
|
||||||
<FontAwesomeIcon icon={faHourglass} />{" "}
|
<FontAwesomeIcon icon={faHourglass} />
|
||||||
|
|
||||||
{this.state.fetchedPage?.readTime
|
{this.state.fetchedPage?.readTime
|
||||||
? this.state.fetchedPage?.readTime + " read"
|
? this.state.fetchedPage?.readTime + " read"
|
||||||
: "unknown length"}
|
: "unknown length"}
|
||||||
|
|
||||||
<FontAwesomeIcon icon={faBook} />{" "}
|
<FontAwesomeIcon icon={faBook} />
|
||||||
|
|
||||||
{this.state.fetchedPage?.wordCount
|
{this.state.fetchedPage?.wordCount
|
||||||
? this.state.fetchedPage.wordCount +
|
? this.state.fetchedPage.wordCount +
|
||||||
" words"
|
" words"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue