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