mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
chore: add support email
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import config from "@/lib/config"
|
||||
|
||||
export default async function PrivacyPolicy() {
|
||||
return (
|
||||
<div className="prose prose-slate max-w-none">
|
||||
@@ -14,8 +16,8 @@ export default async function PrivacyPolicy() {
|
||||
<strong className="text-slate-700">Effective Date</strong>: April 22, 2025
|
||||
<br />
|
||||
<strong className="text-slate-700">Contact Email</strong>:{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
<br />
|
||||
<strong className="text-slate-700">Domain</strong>:{" "}
|
||||
@@ -179,8 +181,8 @@ export default async function PrivacyPolicy() {
|
||||
|
||||
<p className="text-slate-700 mb-6 leading-relaxed">
|
||||
To exercise your rights, contact us at{" "}
|
||||
<a href="mailto:me@vas3k.com" className="text-blue-600 hover:text-blue-800">
|
||||
me@vas3k.com
|
||||
<a href={`mailto:${config.app.supportEmail}`} className="text-blue-600 hover:text-blue-800">
|
||||
{config.app.supportEmail}
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user