mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 23:24:20 +00:00
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…
x
Reference in New Issue
Block a user