From fdcfb24e486e495bf61673674b6e79a5978cec47 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 31 Aug 2021 09:53:17 +0900 Subject: [PATCH] applied spacing to page too --- source/src/pages/Page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/src/pages/Page.tsx b/source/src/pages/Page.tsx index ef61c14..81da860 100644 --- a/source/src/pages/Page.tsx +++ b/source/src/pages/Page.tsx @@ -316,15 +316,18 @@ export default class Page extends React.Component { {!this.state.isUnsearchable && ( - {" "} + +     {this.state.fetchedPage?.date || "Unknown date"}      - {" "} + +     {this.state.fetchedPage?.readTime ? this.state.fetchedPage?.readTime + " read" : "unknown length"}      - {" "} + +     {this.state.fetchedPage?.wordCount ? this.state.fetchedPage.wordCount + " words"