Skip to content

Commit

Permalink
update footer message & at last edited at
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-busses committed Jan 23, 2024
1 parent d2a530f commit 914f0c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
5 changes: 1 addition & 4 deletions src/graphing/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,7 @@ const Radar = function (size, radar) {
.attr('class', 'footer-content')
.append('p')
.html(
'Powered by <a href="https://www.thoughtworks.com"> Thoughtworks</a>. ' +
'By using this service you agree to <a href="https://www.thoughtworks.com/radar/tos">Thoughtworks\' terms of use</a>. ' +
'You also agree to our <a href="https://www.thoughtworks.com/privacy-policy">privacy policy</a>, which describes how we will gather, use and protect any personal data contained in your public Google Sheet. ' +
'This software is <a href="https://github.com/thoughtworks/build-your-own-radar">open source</a> and available for download and self-hosting.',
'Powered by <a href="https://www.thoughtworks.com"> Thoughtworks</a>.'
)
}

Expand Down
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ <h1 class="pdf-title"></h1>
<a href="https://www.thoughtworks.com/radar/byor#guide">Need help?</a>
</form>
</div>
<div style="margin: 2em 4em">
<em>
Laatst bijgewerkt op 30 maart 2023
</em>
</div>
<div class="graph-header"></div>
<div id="radar">
<p class="no-blip-text">
Expand All @@ -90,12 +95,7 @@ <h1 class="pdf-title"></h1>
</div>
</div>
<p class="agree-terms">
Powered by <a href="https://www.thoughtworks.com"> Thoughtworks</a>. By using this service you agree to
<a href="https://www.thoughtworks.com/radar/tos">Thoughtworks' terms of use</a>. You also agree to our
<a href="https://www.thoughtworks.com/privacy-policy">privacy policy</a>, which describes how we will gather,
use and protect any personal data contained in your public Google Sheet. This software is
<a href="https://github.com/thoughtworks/build-your-own-radar">open source</a> and available for download and
self-hosting.
Powered by <a href="https://www.thoughtworks.com"> Thoughtworks</a>.
</p>
</footer>
<div class="pdf-page-footer">
Expand Down
5 changes: 1 addition & 4 deletions src/util/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,7 @@ function plotFooter(content) {
.attr('class', 'footer-content')
.append('p')
.html(
'Powered by <a href="https://www.thoughtworks.com"> Thoughtworks</a>. ' +
'By using this service you agree to <a href="https://www.thoughtworks.com/radar/tos">Thoughtworks\' terms of use</a>. ' +
'You also agree to our <a href="https://www.thoughtworks.com/privacy-policy">privacy policy</a>, which describes how we will gather, use and protect any personal data contained in your public Google Sheet. ' +
'This software is <a href="https://github.com/thoughtworks/build-your-own-radar">open source</a> and available for download and self-hosting.',
'Powered by <a href="https://www.thoughtworks.com"> Thoughtworks</a>.'
)
}

Expand Down

0 comments on commit 914f0c3

Please sign in to comment.