From 7e47aea64e73e74dd20834ba6e4412c30431ec31 Mon Sep 17 00:00:00 2001 From: wrzesinski-hubert Date: Thu, 4 Jun 2020 16:07:20 +0200 Subject: [PATCH] brzydkie slowa --- src/App.tsx | 4 ++-- src/components/TopBar/index.scss | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c4a7b63..c8fcc5b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,10 +17,10 @@ function App() { setOpen(!isOpen); }} handleLanguage={(e)=>{ - alert("chuj1"); + alert("Language"); }} handleProfile={(e)=>{ - alert("chuj2"); + alert("Profile"); }} isOpen={isOpen} /> diff --git a/src/components/TopBar/index.scss b/src/components/TopBar/index.scss index 93b0b4e..714d679 100644 --- a/src/components/TopBar/index.scss +++ b/src/components/TopBar/index.scss @@ -32,7 +32,7 @@ width: 96%; } - &-icon{ + &-icon { width: 35px; } } @@ -61,11 +61,8 @@ height: 60px; } - &__input-icon{ - width: 25px; - } + &__input-icon { + width: 25px; } } - - - +}