mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +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 QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar'
|
||||||
import { useNavigate } from 'react-router'
|
import { useNavigate } from 'react-router'
|
||||||
|
|
||||||
function LandingPage() {
|
const LandingPage = () => {
|
||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
|
|
||||||
const getStartedHanlder = () => {
|
const getStartedHanlder = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user