fix(website): replace placeholder email with real contact address
Browse files- website/lib/constants.ts +1 -1
website/lib/constants.ts
CHANGED
|
@@ -4,7 +4,7 @@ export const CACHY = {
|
|
| 4 |
name: "Cachy",
|
| 5 |
handle: "@cachy.app",
|
| 6 |
tagline: "Send it. Forget about it.",
|
| 7 |
-
email: "
|
| 8 |
// Distribution: sideloaded APK + hosted web app (no app stores).
|
| 9 |
download: {
|
| 10 |
// Pinned to the release tag on purpose: the repo also hosts the model
|
|
|
|
| 4 |
name: "Cachy",
|
| 5 |
handle: "@cachy.app",
|
| 6 |
tagline: "Send it. Forget about it.",
|
| 7 |
+
email: "kvaghasiya057@gmail.com",
|
| 8 |
// Distribution: sideloaded APK + hosted web app (no app stores).
|
| 9 |
download: {
|
| 10 |
// Pinned to the release tag on purpose: the repo also hosts the model
|