Skip to content

Commit

Permalink
prettier -write
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Nov 21, 2024
1 parent b278a8e commit 66fc58e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions modules/pages/client/components/Contribute.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function Contribute() {
March 2015
</a>
. At the moment our costs are mainly for servers and other
technical aspects, currently well below €1000 per year.
As accepting donations would lead to higher total costs (due to
technical aspects, currently well below €1000 per year. As
accepting donations would lead to higher total costs (due to
accounting etc.) and require more effort than it seems worth,
everything is currently being covered by private donations.
</Trans>
Expand Down
3 changes: 1 addition & 2 deletions modules/pages/client/components/FaqFoundation.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ export default function FaqFoundation() {
<Trans t={t} ns="pages">
<a href="/contribute">Donations</a> and grants are the most likely
ways. There are many inspiring organisations out there serving as
great examples:{' '}
<a href="https://couchers.org/">Couchers.org</a>,{' '}
great examples: <a href="https://couchers.org/">Couchers.org</a>,{' '}
(Hitchwiki), <a href="https://www.bevolunteer.org/">BeVolunteer</a>,{' '}
<a href="https://servas.org/">Servas</a>,{' '}
<a href="https://wwoof.net/">WWOOF</a> and many more.
Expand Down
9 changes: 4 additions & 5 deletions modules/pages/client/components/Privacy.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default function Privacy() {
)}
</p>
<h3>{t('Analytics & opting out')}</h3>

<p>
{t(
'We use third-party services that probably track usage, this includes',
Expand All @@ -135,8 +134,8 @@ export default function Privacy() {
</ul>
<p>
<Trans t={t} ns="pages">
We would like to reduce our
reliance on these services in the future.
We would like to reduce our reliance on these services in the
future.
</Trans>
</p>
<br />
Expand Down Expand Up @@ -179,8 +178,8 @@ export default function Privacy() {
</Trans>
<h3>{t('Our server')}</h3>
<Trans t={t} ns="pages">
Our server (and thus your data) is securely hosted at{' '}
Hetzner in Germany.
Our server (and thus your data) is securely hosted at Hetzner in
Germany.
</Trans>
<h3>{t('Research')}</h3>
<Trans t={t} ns="pages">
Expand Down

0 comments on commit 66fc58e

Please sign in to comment.