Skip to content

Commit

Permalink
fix(website): add email request to privacy policy page
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 11, 2023
1 parent cafbd11 commit 2f41c0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/website/app/routes/privacy-policy/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ export default function PrivacyPolicy() {
, all personally identifiable information (name, email, phone number) included in your account will be deleted,
while any reported animal location and species information you submitted will be kept for important
wildlife-related data analysis and decision making, and maintained pursuant to GRAMA and State of Utah record
retention requirements.
retention requirements. To delete all personally identifiable information and any data you submitted using the
Roadkill Reporter app, please send an email request to{' '}
<a className="text-blue-500 underline" href="mailto:utah-roadkill-reporter-notify@utah.gov">
utah-roadkill-reporter-notify@utah.gov
</a>
.
</p>
</div>
);
Expand Down

0 comments on commit 2f41c0a

Please sign in to comment.