fix: rewrite Landing page to be func expression
This commit is contained in:
parent
6072d3d686
commit
9f4473bc22
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in New Issue