Update contact email address

This commit is contained in:
2022-08-29 19:21:38 +01:00
parent b8e76735a3
commit 58aef9e2b3
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export default function Home(props) {
<br/> <br/>
<p>To get started, click login 👆</p> <p>To get started, click login 👆</p>
<br/> <br/>
<p>If you have any feedback, please feel free to email me at <a href="mailto:parandum@mgrove.uk">parandum@mgrove.uk</a>.</p> <p>If you have any feedback, please feel free to email us at <a href="mailto:contact@parandum.mgrove.uk">contact@parandum.mgrove.uk</a>.</p>
</div> </div>
</main> </main>
<Footer /> <Footer />

View File

@@ -247,7 +247,7 @@ export default function PrivacyPolicy(props) {
<h2>Contact Us</h2> <h2>Contact Us</h2>
<p>If you have questions or comments about this Privacy Policy, please contact us at <a href="mailto:parandum@mgrove.uk">parandum@mgrove.uk</a></p> <p>If you have questions or comments about this Privacy Policy, please contact us at <a href="mailto:contact@parandum.mgrove.uk">contact@parandum.mgrove.uk</a></p>
</main> </main>
<Footer /> <Footer />
</div> </div>