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-02-19 20:45:35 +01:00
|
|
|
index 038bd1df..76ea51a7 100644
|
2022-02-19 19:10:42 +01:00
|
|
|
--- a/app/scenes/Document/components/Document.tsx
|
|
|
|
+++ b/app/scenes/Document/components/Document.tsx
|
2022-02-19 20:45:35 +01:00
|
|
|
@@ -600,9 +600,6 @@ class DocumentScene extends React.Component<Props> {
|
2022-02-19 19:10:42 +01:00
|
|
|
</MaxWidth>
|
|
|
|
</Container>
|
|
|
|
</Background>
|
2022-02-19 20:45:35 +01:00
|
|
|
- {isShare && !isCustomDomain() && (
|
|
|
|
- <Branding href="//www.getoutline.com?ref=sharelink" />
|
|
|
|
- )}
|
2022-02-19 19:18:59 +01:00
|
|
|
{!isShare && (
|
2022-02-19 20:45:35 +01:00
|
|
|
<>
|
|
|
|
<KeyboardShortcutsButton />
|