Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit c3e83f5

Browse files
committed
feat: Update contact email to admin@coindrop.to, remove GitHub issue templates, and refine blog post generation and SEO.
1 parent 5c72e79 commit c3e83f5

19 files changed

Lines changed: 23 additions & 107 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/new_payment_method.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.11.1
1+
24

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Coindrop 💰
22

3-
Your webpage for accepting payments & donations. Open-source, zero-fee, and free forever.
4-
5-
Get started at [coindrop.to](https://coindrop.to).
3+
Create a custom webpage for accepting payments/donations/tips at [coindrop.to](https://coindrop.to).
64

75
## Problem ❓
86

@@ -41,14 +39,10 @@ By using this software, users acknowledge that the maintainers of this project a
4139

4240
As mentioned above, this software is licensed under the [GNU General Public License v3.0](LICENSE). In short, this means you can do almost anything you want with this software except distribute closed source versions.
4341

44-
## Maintainers 🛠️
45-
46-
* [Mark Jackson](https://remjx.com)
47-
4842
## Contributions 🙋‍♂️🙋‍♀️
4943

5044
Please use [Github Issues](https://github.com/remjx/coindrop/issues) to submit bug reports or request new features.
5145

5246
## Contact ✉️
5347

54-
[coindrop.to@gmail.com](mailto:coindrop.to@gmail.com)
48+
[admin@coindrop.to](mailto:admin@coindrop.to)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Supported Versions
44

5-
Master branch is the only supported version, which is deployed to https://coindrop.to automatically via Vercel integration.
5+
This repository is archived and no longer maintained. No versions are officially supported.
66

77
## Reporting a Vulnerability
88

9-
Please contact us directly via the support email on our website.
9+
If you discover a security vulnerability, please contact us via the support email on our website. Although the project is archived, we still appreciate reports to help us understand potential risks in the historical code.

blog/posts/embed-button/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ style={{
8686

8787
## Still can't get your button to work?
8888

89-
<p><u><a href="mailto:coindrop.to@gmail.com" target="_blank">Contact us</a></u> and we'll help you ASAP.</p>
89+
<p><u><a href="mailto:admin@coindrop.to" target="_blank">Contact us</a></u> and we'll help you ASAP.</p>

blog/posts/payment-method-request/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is preferred if you already have a Github account or don't mind creating on
1919

2020
## Option 2) Send us an e-mail
2121

22-
Send an e-mail to [coindrop.to@gmail.com](mailto:coindrop.to@gmail.com) with the following information:
22+
Send an e-mail to [admin@coindrop.to](mailto:admin@coindrop.to) with the following information:
2323
- Payment method name
2424
- Payment method website
2525

components/Dashboard/UserOwnedPiggybanks/PiggybankLimitUtilization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const PiggybankLimitUtilization: FunctionComponent<Props> = ({ numActivePiggyban
3939
<Link href={`mailto:${coindropEmail}`} target="_blank" rel="noreferrer">
4040
<u>Contact us</u>
4141
</Link>
42-
{" to request a limit increase (it's free)"}
42+
{" to request a limit increase"}
4343
</Text>
4444
</Flex>
4545
</Box>

components/LandingPage/LandingPage.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ type Props = {
2727
ShareOptions: FC
2828
shareOptionsHeading: string
2929
advertiseOpenSource: boolean
30-
getStartedText: string
3130
smartphoneMockupImageWidth: number
3231
smartphoneMockupImageHeight: number
3332
logoSubtitle: string | null
@@ -44,7 +43,6 @@ const LandingPage: FC<Props> = ({
4443
ShareOptions,
4544
shareOptionsHeading,
4645
advertiseOpenSource,
47-
getStartedText,
4846
smartphoneMockupImageWidth,
4947
smartphoneMockupImageHeight,
5048
logoSubtitle,
@@ -170,9 +168,6 @@ const LandingPage: FC<Props> = ({
170168
<ContentContainerHeading>
171169
Get Started 🤑
172170
</ContentContainerHeading>
173-
<Text textAlign="center" fontSize="lg">
174-
{getStartedText}
175-
</Text>
176171
<Center mt={4}>
177172
<NextLink href="/?auth=1" shallow>
178173
<Button

0 commit comments

Comments
 (0)