mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Create app-02-branding.patch
This commit is contained in:
parent
cc12078958
commit
756cf9f850
1 changed files with 16 additions and 0 deletions
16
sources/patches/app-02-branding.patch
Normal file
16
sources/patches/app-02-branding.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Reference in a new issue