mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
14 lines
No EOL
621 B
Diff
14 lines
No EOL
621 B
Diff
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
|
|
index 9d86f478..25b45653 100644
|
|
--- a/app/scenes/Document/components/Document.tsx
|
|
+++ b/app/scenes/Document/components/Document.tsx
|
|
@@ -617,9 +617,6 @@ class DocumentScene extends React.Component<Props> {
|
|
</Flex>
|
|
</React.Suspense>
|
|
</MaxWidth>
|
|
- {isShare && !parseDomain(window.location.origin).custom && (
|
|
- <Branding href="//www.getoutline.com?ref=sharelink" />
|
|
- )}
|
|
</Container>
|
|
</Background>
|
|
{!isShare && (
|