chore update feedback email address (#1125)

* update email addy

* format code
This commit is contained in:
Justin Hernandez
2025-09-25 09:50:45 -07:00
committed by GitHub
parent 43fe425543
commit 7e47824d08
16 changed files with 166 additions and 152 deletions

View File

@@ -51,7 +51,7 @@ interface SocialButtonProps {
href: string;
}
const emailFeedback = 'feedback@self.xyz';
const emailFeedback = 'support@self.xyz';
type RouteOption =
| keyof RootStackParamList
| 'share'