mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update app-01-branding.patch
This commit is contained in:
parent
a565bca1a2
commit
74b3634ec3
1 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
||||||
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
|
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
|
||||||
index 038bd1df..76ea51a7 100644
|
index 83ab850f..70ae99ec 100644
|
||||||
--- a/app/scenes/Document/components/Document.tsx
|
--- a/app/scenes/Document/components/Document.tsx
|
||||||
+++ b/app/scenes/Document/components/Document.tsx
|
+++ b/app/scenes/Document/components/Document.tsx
|
||||||
@@ -600,9 +600,6 @@ class DocumentScene extends React.Component<Props> {
|
@@ -588,9 +588,6 @@ class DocumentScene extends React.Component<Props> {
|
||||||
|
</Flex>
|
||||||
|
</React.Suspense>
|
||||||
</MaxWidth>
|
</MaxWidth>
|
||||||
</Container>
|
|
||||||
</Background>
|
|
||||||
- {isShare && !isCustomDomain() && (
|
- {isShare && !isCustomDomain() && (
|
||||||
- <Branding href="//www.getoutline.com?ref=sharelink" />
|
- <Branding href="//www.getoutline.com?ref=sharelink" />
|
||||||
- )}
|
- )}
|
||||||
|
</Container>
|
||||||
|
</Background>
|
||||||
{!isShare && (
|
{!isShare && (
|
||||||
<>
|
|
||||||
<KeyboardShortcutsButton />
|
|
||||||
|
|
Loading…
Reference in a new issue