From 0f5705c33397d9e1db0f91b5611c12035745a198 Mon Sep 17 00:00:00 2001 From: Auriga Date: Sat, 5 Oct 2019 17:17:09 -0700 Subject: [PATCH] Moved the theme button into navbar Improved UI --- src/Components/Navigation.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 = () => { + - ); };