1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
outline_ynh/sources/patches/app-02-branding.patch
2021-11-12 22:45:40 +07:00

17 lines
589 B
Diff

diff --git a/app/scenes/Document/components/Document.js b/app/scenes/Document/components/Document.js
index 2c5bf69b..599bd4f6 100644
--- a/app/scenes/Document/components/Document.js
+++ b/app/scenes/Document/components/Document.js
@@ -593,9 +593,6 @@ class DocumentScene extends React.Component<Props> {
</MaxWidth>
</Container>
</Background>
- {isShare && !isCustomDomain() && (
- <Branding href="//www.getoutline.com?ref=sharelink" />
- )}
{!isShare && (
<>
<KeyboardShortcutsButton />
--
2.18.0