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-01-branding.patch

14 lines
621 B
Diff
Raw Normal View History

2022-02-19 19:10:42 +01:00
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
2022-09-05 05:59:04 +02:00
index 9d86f478..25b45653 100644
2022-02-19 19:10:42 +01:00
--- a/app/scenes/Document/components/Document.tsx
+++ b/app/scenes/Document/components/Document.tsx
2022-07-21 16:34:47 +02:00
@@ -617,9 +617,6 @@ class DocumentScene extends React.Component<Props> {
2022-03-02 06:44:55 +01:00
</Flex>
</React.Suspense>
2022-02-19 19:10:42 +01:00
</MaxWidth>
2022-07-21 16:34:47 +02:00
- {isShare && !parseDomain(window.location.origin).custom && (
2022-03-02 06:44:55 +01:00
- <Branding href="//www.getoutline.com?ref=sharelink" />
- )}
2022-02-19 19:10:42 +01:00
</Container>
</Background>
2022-03-02 06:44:55 +01:00
{!isShare && (