From 9f4473bc221c6c33d48fec464ea9094657f13bb0 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 23 Aug 2023 12:46:40 +0300 Subject: [PATCH] fix: rewrite Landing page to be func expression --- src/pages/LandingPage/LandingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx index c3833354..16024327 100644 --- a/src/pages/LandingPage/LandingPage.tsx +++ b/src/pages/LandingPage/LandingPage.tsx @@ -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 = () => {