mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix: wrong spelling function
This commit is contained in:
parent
a4fc6a6796
commit
74e2b956bb
@ -11,7 +11,7 @@ import styles from './LandingPage.module.css'
|
||||
const LandingPage = () => {
|
||||
const navigate = useNavigate()
|
||||
|
||||
const getStartedHanlder = () => {
|
||||
const onGetStartedHandler = () => {
|
||||
navigate('/pair-device')
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ const LandingPage = () => {
|
||||
</Text>
|
||||
</YStack>
|
||||
<XStack>
|
||||
<StatusButton icon={<NodeIcon size={20} />} onPress={getStartedHanlder}>
|
||||
<StatusButton icon={<NodeIcon size={20} />} onPress={onGetStartedHandler}>
|
||||
Get Started
|
||||
</StatusButton>
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user