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; } } - - - +}