chore: Add tracking ref to branding on share links

This commit is contained in:
Tom Moor
2021-03-31 21:52:49 -07:00
parent 810257bcf5
commit d2e8311b39

View File

@@ -456,7 +456,7 @@ class DocumentScene extends React.Component<Props> {
</Container>
</Background>
{isShare && !isCustomDomain() && (
<Branding href="//www.getoutline.com" />
<Branding href="//www.getoutline.com?ref=sharelink" />
)}
{!isShare && <KeyboardShortcutsButton />}
</ErrorBoundary>