From fdc1955b919f80f8524b591e7855e70e74849380 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 27 Jul 2021 10:33:26 -0400 Subject: [PATCH] fix: Mixture of middots with different weights in document meta --- app/components/DocumentMeta.js | 2 +- app/components/DocumentMetaWithViews.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/DocumentMeta.js b/app/components/DocumentMeta.js index fd65f5de2..f0818a982 100644 --- a/app/components/DocumentMeta.js +++ b/app/components/DocumentMeta.js @@ -155,7 +155,7 @@ function DocumentMeta({ )} {showNestedDocuments && nestedDocumentsCount > 0 && ( -  · {nestedDocumentsCount}{" "} +  • {nestedDocumentsCount}{" "} {t("nested document", { count: nestedDocumentsCount })} )} diff --git a/app/components/DocumentMetaWithViews.js b/app/components/DocumentMetaWithViews.js index 6964b391c..4e5ba907a 100644 --- a/app/components/DocumentMetaWithViews.js +++ b/app/components/DocumentMetaWithViews.js @@ -42,7 +42,7 @@ function DocumentMetaWithViews({ to, isDraft, document, ...rest }: Props) { {(props) => ( <> -  ·  +  •  {t("Viewed by")}{" "} {onlyYou