mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
chore: add support email
This commit is contained in:
@@ -33,7 +33,7 @@ export default async function ChoosePlanPage() {
|
||||
)}
|
||||
</CardContent>
|
||||
<div className="text-center text-muted-foreground">
|
||||
<Link href="mailto:me@vas3k.com" className="hover:text-primary transition-colors">
|
||||
<Link href={`mailto:${config.app.supportEmail}`} className="hover:text-primary transition-colors">
|
||||
Contact us for custom plans
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user