chore: update contact

This commit is contained in:
Steven 2023-11-10 09:09:00 +08:00
parent 4f94927b5c
commit c8d8c4e40c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const SubscriptionFAQ = () => {
<Accordion> <Accordion>
<AccordionSummary>{`Can I get a refund if Slash doesn't meet my needs?`}</AccordionSummary> <AccordionSummary>{`Can I get a refund if Slash doesn't meet my needs?`}</AccordionSummary>
<AccordionDetails> <AccordionDetails>
Yes, absolutely! You can send a email to me at `stevenlgtm@gmail.com`. I will refund you as soon as possible. Yes, absolutely! You can send a email to me at `yourselfhosted@gmail.com`. I will refund you as soon as possible.
</AccordionDetails> </AccordionDetails>
</Accordion> </Accordion>
</AccordionGroup> </AccordionGroup>

View File

@ -171,7 +171,7 @@ const SubscriptionSetting: React.FC = () => {
</ul> </ul>
</div> </div>
<div className="mt-6"> <div className="mt-6">
<Link className="w-full" underline="none" href="mailto:stevenlgtm@gmail.com" target="_blank"> <Link className="w-full" underline="none" href="mailto:yourselfhosted@gmail.com" target="_blank">
<Button className="w-full">Contact us</Button> <Button className="w-full">Contact us</Button>
</Link> </Link>
</div> </div>