fix: rewrite Landing page to be func expression

This commit is contained in:
RadoslavDimchev 2023-08-23 12:46:40 +03:00
parent 6072d3d686
commit 9f4473bc22
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {