Skip to content

Commit

Permalink
remove great british where mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Nov 2, 2024
1 parent 49e8ff8 commit eae6d7c
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 41 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# toiletmap.org.uk

[Public Convenience Ltd](https://www.publicconvenience.org/)'s _[Great British Public Toilet Map](https://www.toiletmap.org.uk)_
[Public Convenience Ltd](https://www.publicconvenience.org/)'s _[Toilet Map](https://www.toiletmap.org.uk)_

[<img src="./public/powered-by-vercel.svg" width="150" alt="Powered by Vercel">](https://vercel.com/?utm_source=public-convenience-ltd&utm_campaign=oss)

## What is the Toilet Map?

Everyone will, at some point in the day, need to use the toilet. Some people will need facilities more than others, and some will need to find toilets sooner rather than later.

The Great British Public Toilet Map aims to be a complete, up-to-date, sustainable source of toilet locations. It's the UK's largest database of publicly-accessible toilets, with over 14,000 facilities.
The Toilet Map aims to be a complete, up-to-date, sustainable source of toilet locations. It's the UK's largest database of publicly-accessible toilets, with over 14,000 facilities.

The project is completely open source and is supported by a fantastic set of [Sponsors](#sponsors) who help us make the service as good as it can possibly be.

Expand Down
24 changes: 12 additions & 12 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/design-system/components/Logo/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Logo = React.forwardRef<HTMLDivElement>((props, ref) => (
<div className="logo" ref={ref}>
<Image
src={logo}
alt="The Great British Toilet Map"
alt="Toilet Map"
unoptimized={!!process.env.STORYBOOK}
priority={true}
{...props}
Expand Down
15 changes: 7 additions & 8 deletions src/pages/about.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@ const AboutPage = () => {
find toilets sooner rather than later.
</p>
<p>
The Great British Public Toilet Map aims to be a complete, up-to-date,
sustainable source of toilet locations. It&apos;s the UK&apos;s
largest database of publicly-accessible toilets (see below), with over
14,000 facilities.
The Toilet Map aims to be a complete, up-to-date, sustainable source
of toilet locations. It&apos;s the UK&apos;s largest database of
publicly-accessible toilets (see below), with over 14,000 facilities.
</p>
<p>
The Great British Public Toilet Map is run by Public Convenience, a
joint venture between researchers Dr Jo-Anne Bichard and Gail Ramster
(who created the map at the RCA Helen Hamlyn Centre for Design) and
software development company{' '}
The Toilet Map is run by Public Convenience, a joint venture between
researchers Dr Jo-Anne Bichard and Gail Ramster (who created the map
at the RCA Helen Hamlyn Centre for Design) and software development
company{' '}
<Link
href="https://www.neontribe.co.uk/"
target="_blank"
Expand Down
35 changes: 17 additions & 18 deletions src/pages/privacy.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ const PrivacyPage = () => {
<Spacer mb={3} />

<p>
The Great British Public Toilet Map uses a cookieless approach to
gather anonymous data such as which pages are viewed, what time the
visit occurred, and which site referred the visitor to the web page
etc.
The Toilet Map uses a cookieless approach to gather anonymous data
such as which pages are viewed, what time the visit occurred, and
which site referred the visitor to the web page etc.
</p>
<p>
Public Convenience Ltd also notes and saves information such as time
Expand All @@ -51,29 +50,29 @@ const PrivacyPage = () => {
</Text>
<Spacer mb={3} />
<p>
Contributors to The Great British Public Toilet Map website are asked
to sign-in via the Auth0 platform using their email address. This
helps us to share data on the quantity and spread of contributions to
the site which helps show how the community value the project, to
improve our interfaces for our users, to protect our dataset from
misuse and to recognise contributions from a user if that user is
adding unsuitable content, whether intentionally or inadvertently.
Contributors to The Toilet Map website are asked to sign-in via the
Auth0 platform using their email address. This helps us to share data
on the quantity and spread of contributions to the site which helps
show how the community value the project, to improve our interfaces
for our users, to protect our dataset from misuse and to recognise
contributions from a user if that user is adding unsuitable content,
whether intentionally or inadvertently.
</p>
<p>
A full list of a contributor’s activities will only be accessible to
Public Convenience Ltd for moderating the dataset.
</p>
<p>
The content of feedback submitted via the site feedback mechanism will
be reviewed by a human and may be used to improve the service. It may pass
through third party services in legislative regions with different privacy
protections before it reaches us.
be reviewed by a human and may be used to improve the service. It may
pass through third party services in legislative regions with
different privacy protections before it reaches us.
</p>
<p>
Should you choose to provide an email address with your feedback it will
be stored against your comments and Public Convenience Ltd. may choose
to contact you to follow up on the feedback you gave. There is no
obligation to respond to or engage in a dialogue stemming from such
Should you choose to provide an email address with your feedback it
will be stored against your comments and Public Convenience Ltd. may
choose to contact you to follow up on the feedback you gave. There is
no obligation to respond to or engage in a dialogue stemming from such
contact.
</p>
<p>
Expand Down

0 comments on commit eae6d7c

Please sign in to comment.