Skip to content

Commit

Permalink
docs(PPDSC-2477): update Tealium
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Delev committed Mar 13, 2023
1 parent ba8079e commit 6ff1d6d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 43 deletions.
14 changes: 6 additions & 8 deletions site/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,12 @@ export default class MyDocument extends Document {
`}
/>

{isSiteEnvProduction && (
<Tealium
accountId="newsinternational"
profileId="thetimes.newskit"
env={isSiteEnvProduction ? 'prod' : 'dev'}
reactHelmet={Helmet}
/>
)}
<Tealium
accountId="newsinternational"
profileId="thetimes.newskit"
env="dev"
reactHelmet={Helmet}
/>

<Main />
<NextScript />
Expand Down
77 changes: 42 additions & 35 deletions site/pages/help/terms-and-conditions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,44 +39,51 @@ const Introduction = ({path, ...props}: LayoutProps) => (
name="Website terms and conditions of use"
introduction={
<>
<P overrides={contentOverrides}>
Welcome to the Website Terms and Conditions of Use (<b>Terms</b>)
which apply to{' '}
<Link href="https://newskit.co.uk/" target="_blank">
https://newskit.co.uk/
</Link>{' '}
(the <b>Website</b>).
<br />
<br />
By using our Website you agree to be legally bound by these Terms.
If you do not agree to these Terms, you should not use our Website.
<br />
<br />
On this Website, we make available various software components,
features and tools (<b>Components</b>), including code which has
been developed by or on behalf of News UK to form the basis of
NewsKit (<b>NewsKit OSS</b>).
<br />
<br />
Separate terms may apply to your usage of NewsKit OSS and other
Components, including these{' '}
<Link
href="https://github.com/newscorp-ghfb/newskit/blob/main/LICENSE"
target="_blank"
>
Open Source Terms
</Link>
. You should ensure that you check, and comply with, the terms of
the licences for any such Components before using them.
<br />
<br />
In the event of a conflict between these Terms and the Open Source
Terms in any way, the Open Source Terms shall prevail in relation to
your usage of any Components (including NewsKit OSS).
</P>
Welcome to the Website Terms and Conditions of Use (<b>Terms</b>)
which apply to{' '}
<Link href="https://newskit.co.uk/" target="_blank">
https://newskit.co.uk/
</Link>{' '}
(the <b>Website</b>).
</>
}
/>
<ComponentPageCell>
<ContentSection>
<ContentSecondary
description={
<>
By using our Website you agree to be legally bound by these Terms.
If you do not agree to these Terms, you should not use our
Website.
<br />
<br />
On this Website, we make available various software components,
features and tools (<b>Components</b>), including code which has
been developed by or on behalf of News UK to form the basis of
NewsKit (<b>NewsKit OSS</b>).
<br />
<br />
Separate terms may apply to your usage of NewsKit OSS and other
Components, including these{' '}
<Link
href="https://github.com/newscorp-ghfb/newskit/blob/main/LICENSE"
target="_blank"
>
Open Source Terms
</Link>
. You should ensure that you check, and comply with, the terms of
the licences for any such Components before using them.
<br />
<br />
In the event of a conflict between these Terms and the Open Source
Terms in any way, the Open Source Terms shall prevail in relation
to your usage of any Components (including NewsKit OSS).
</>
}
/>
</ContentSection>
</ComponentPageCell>

<ComponentPageCell>
<ContentSection sectionName="accessing and using our website">
Expand Down

0 comments on commit 6ff1d6d

Please sign in to comment.