Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Nov 26, 2024
1 parent 065cca5 commit 8000bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/common/PrivacyStatement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export let open: boolean;
</script>

<Modal title="Plan Your Active Travel Schemes Privacy Statement" bind:open>
<Modal title="Privacy Statement" bind:open>
<div class="govuk-prose">
<p>
Plan Your Active Travel Schemes stores no personal data. The only data that is stored is your sketches, they are stored in local browser storage, not in a central database.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LandingPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<About bind:open={showAbout} />

<SecondaryButton on:click={() => (showPrivacyStatement = true)}>
PrivacyStatement
Privacy Statement
</SecondaryButton>
<PrivacyStatement bind:open={showPrivacyStatement} />

Expand Down

0 comments on commit 8000bea

Please sign in to comment.