- {status === 'sending' &&
sending...
}
- {status === 'error' && (
-
- )}
- {status === 'success' && (
-
- )}
-
-
- )
-}
+// return (
+//
+// {status === 'sending' &&
sending...
}
+// {status === 'error' && (
+//
+// )}
+// {status === 'success' && (
+//
+// )}
+//
+//
+// )
+// }
interface Props {
data: {
+ success: boolean
aboutLinks: { href: string; title: string }[]
communityLinks: { href: string; title: string }[]
connectLinks: { href: string; title: string }[]
@@ -123,6 +120,33 @@ export const Footer = ({ data }: Props) => {
const [show, setShow] = useState(true)
const [is404, setIs404] = useState(false)
const [themeLabel, setThemeLabel] = useState('')
+ const [email, setEmail] = useState('')
+ const [pageUri, setPageUri] = useState