fix: Overlapping logo, closes #4188

This commit is contained in:
Tom Moor
2022-09-28 23:03:00 -04:00
parent 047b17b479
commit 7c3ad09974

View File

@@ -629,7 +629,9 @@ class DocumentScene extends React.Component<Props> {
</Flex> </Flex>
</React.Suspense> </React.Suspense>
</MaxWidth> </MaxWidth>
{isShare && !parseDomain(window.location.origin).custom && ( {isShare &&
!parseDomain(window.location.origin).custom &&
!auth.user && (
<Branding href="//www.getoutline.com?ref=sharelink" /> <Branding href="//www.getoutline.com?ref=sharelink" />
)} )}
</Container> </Container>