Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32515998
D11429.1767121754.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
820 B
Referenced Files
None
Subscribers
None
D11429.1767121754.diff
View Options
diff --git a/landing/landing.react.js b/landing/landing.react.js
--- a/landing/landing.react.js
+++ b/landing/landing.react.js
@@ -10,6 +10,7 @@
} from 'lib/components/modal-provider.react.js';
import AppLanding from './app-landing.react.js';
+import ConnectFarcaster from './connect-farcaster.react.js';
import Footer from './footer.react.js';
import Header, { HEADER_BREAKPOINT } from './header.react.js';
import Investors from './investors.react.js';
@@ -28,9 +29,14 @@
function Landing(): React.Node {
const onSIWE = useRouteMatch({ path: '/siwe' });
+ const onConnectFarcaster = useRouteMatch({ path: '/connect-farcaster' });
+
if (onSIWE) {
return <SIWE />;
+ } else if (onConnectFarcaster) {
+ return <ConnectFarcaster />;
}
+
return (
<ModalProvider>
<LandingSite />
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 7:09 PM (6 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866806
Default Alt Text
D11429.1767121754.diff (820 B)
Attached To
Mode
D11429: [landing] introduce /connect-farcaster route
Attached
Detach File
Event Timeline
Log In to Comment