fix: Overlapping logo, closes #4188
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user