From 05b7a93c1d2cc535d2eca072e5fce2b145f9ed46 Mon Sep 17 00:00:00 2001
From: omsherikar
+ GitHub Integration +
++ Are you sure? This will unlink your GitHub account from + Refactron. +
+ {disconnectError && ( +{disconnectError}
+ )} +
+
+ Refactron
+
+
+ Beta
+
+
+
+ >
)}
-
Notifications
- No notifications yet. -
-+ No notifications yet. +
) : (= ({ children }) => {
- {user?.email} +
+ {user?.fullName ?? user?.email}
+ {user?.fullName && ( ++ {user.email} +
+ )}- Signed in as -
-
- {user?.email}
+ >
+ )}
+
+
+
+ {user?.fullName ?? user?.email}
+
+ {user.email}
Questions? Reach out to us at{' '} - hello@refactron.dev + om@refactron.dev
diff --git a/src/components/EarlyAccessModal.tsx b/src/components/EarlyAccessModal.tsx index 5ef5431..27054cc 100644 --- a/src/components/EarlyAccessModal.tsx +++ b/src/components/EarlyAccessModal.tsx @@ -55,9 +55,9 @@ const EarlyAccessModal: React.FCIf this problem persists, please{' '} contact our support team diff --git a/src/components/FAQSection.tsx b/src/components/FAQSection.tsx index d8edc82..6f96bb7 100644 --- a/src/components/FAQSection.tsx +++ b/src/components/FAQSection.tsx @@ -132,7 +132,9 @@ const FAQSection = () => { Have a specific question? Let's talk.
Contact Us diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a948d6f..18175cf 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -167,7 +167,9 @@ const Footer: React.FC = () => {