Skip to content

Commit

Permalink
add: account deletion email cta button
Browse files Browse the repository at this point in the history
  • Loading branch information
imprakharshukla committed Dec 26, 2023
1 parent 1bc14a7 commit e720c54
Show file tree
Hide file tree
Showing 5 changed files with 3,738 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function AndronixButton({
return (
<Link href={link}
className={`${className} px-3 flex space-x-2 my-4 items-center justify-center py-2 bg-orange-500 rounded-md w-fit cursor-pointer hover:scale-105 transform transition duration-200`}>
<p className={'text-bold text-white'}>{children}</p>
<span className={'text-bold text-white'}>{children}</span>
<FiChevronRight/>
</Link>
)
Expand Down
6 changes: 5 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"desktop-environments": "Desktop Environments",
"software": "Software",


"ssh": "SSH Basics",
"termux": "Termux",
"vnc": "VNC",
Expand All @@ -35,6 +34,11 @@
"href": "https://chat.andronix.app",
"newWindow": true
},
"account": {
"title": "Account",
"type": "page"
},

"blog": {
"title": "Blog",
"type": "page",
Expand Down
3 changes: 3 additions & 0 deletions pages/account/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deletion ": "Account Deletion"
}
15 changes: 15 additions & 0 deletions pages/account/deletion.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import AndronixButton
from "../../components/button";

# Account Deletion

You can request to delete your account by sending an email to [[email protected]](mailto:[email protected]?subject=Account_Deletion). We will delete your account and all associated data within 30 days of receiving your request.

{" "}
<AndronixButton link={"mailto:[email protected]?subject=Account Deletion"}>
Request Deletion{" "}
</AndronixButton>

### Changes to this Privacy Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.
Loading

1 comment on commit e720c54

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.