diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx index c3833354..16024327 100644 --- a/src/pages/LandingPage/LandingPage.tsx +++ b/src/pages/LandingPage/LandingPage.tsx @@ -8,7 +8,7 @@ import { Button as StatusButton, Text } from '@status-im/components' import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar' import { useNavigate } from 'react-router' -function LandingPage() { +const LandingPage = () => { const navigate = useNavigate() const getStartedHanlder = () => {