diff --git a/src/components/General/PinnedNottification.tsx b/src/components/General/PinnedNottification.tsx
index b4146d15..0c0fcc59 100644
--- a/src/components/General/PinnedNottification.tsx
+++ b/src/components/General/PinnedNottification.tsx
@@ -4,7 +4,7 @@ import { RootState } from '../../redux/store'
function PinnedNotification() {
const pinnedMessage = useSelector((state: RootState) => state.pinnedMessage.pinnedMessage)
- console.log(pinnedMessage)
+
return (
<>
{pinnedMessage && pinnedMessage.pinned && (
diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx
index 737d4b51..ba3065b9 100644
--- a/src/pages/LandingPage/LandingPage.tsx
+++ b/src/pages/LandingPage/LandingPage.tsx
@@ -4,7 +4,6 @@ import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
import Title from '../../components/General/Title'
import NimbusLogo from '../../components/Logos/NimbusLogo'
import { NodeIcon } from '@status-im/icons'
-import EmojiPickerDialog from '../../components/General/EmojiPickerDialog'
import { Button as StatusButton, Text } from '@status-im/components'
import QuickStartBar from '../../components/General/QuickStartBar/QuickStartBar'
@@ -29,7 +28,6 @@ function LandingPage() {
}>Get Started
-
>