From 7c3ad099746a704db3a97fef2c1fb8d9407952c1 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 28 Sep 2022 23:03:00 -0400 Subject: [PATCH] fix: Overlapping logo, closes #4188 --- app/scenes/Document/components/Document.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx index d8cb9c17b..881cf24d3 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx @@ -629,9 +629,11 @@ class DocumentScene extends React.Component { - {isShare && !parseDomain(window.location.origin).custom && ( - - )} + {isShare && + !parseDomain(window.location.origin).custom && + !auth.user && ( + + )} {!isShare && (