diff --git a/src/Components/Navigation.js b/src/Components/Navigation.js index 1a35ab1..a692784 100755 --- a/src/Components/Navigation.js +++ b/src/Components/Navigation.js @@ -39,19 +39,20 @@ const Navigation = () => { Search + changemode()} + style={{ marginLeft: "12px" }} + > + Switch to {currentmode} + Login - changemode()} - > - Switch to {currentmode} - ); };