2022-02-19 19:10:42 +01:00
|
|
|
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
|
2022-05-23 20:40:33 +02:00
|
|
|
index 6a9d1265..452511f1 100644
|
2022-02-19 19:10:42 +01:00
|
|
|
--- a/app/scenes/Document/components/Document.tsx
|
|
|
|
+++ b/app/scenes/Document/components/Document.tsx
|
2022-05-23 20:40:33 +02:00
|
|
|
@@ -625,9 +625,6 @@ class DocumentScene extends React.Component<Props> {
|
2022-03-02 06:44:55 +01:00
|
|
|
</Flex>
|
|
|
|
</React.Suspense>
|
2022-02-19 19:10:42 +01:00
|
|
|
</MaxWidth>
|
2022-03-02 06:44:55 +01:00
|
|
|
- {isShare && !isCustomDomain() && (
|
|
|
|
- <Branding href="//www.getoutline.com?ref=sharelink" />
|
|
|
|
- )}
|
2022-02-19 19:10:42 +01:00
|
|
|
</Container>
|
|
|
|
</Background>
|
2022-03-02 06:44:55 +01:00
|
|
|
{!isShare && (
|