Sign Up
{/*
Login */}
@@ -55,4 +56,4 @@ function Navigation({theme, toggleTheme, showSignUpButton}) {
)
}
-export default Navigation
\ No newline at end of file
+export default Navigation
From f242a096dbb2731c1451f8716401bd7bb282e981 Mon Sep 17 00:00:00 2001
From: shashank-kavli <121170732+shashank-kavli@users.noreply.github.com>
Date: Tue, 26 Sep 2023 22:11:22 +0530
Subject: [PATCH 2/4] [UX] Theme Toggle icon Fix
Signed-off-by: shashank-kavli <121170732+shashank-kavli@users.noreply.github.com>
---
site/src/components/Navigation/Navigation.styles.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/site/src/components/Navigation/Navigation.styles.js b/site/src/components/Navigation/Navigation.styles.js
index f59f02c..ea65414 100644
--- a/site/src/components/Navigation/Navigation.styles.js
+++ b/site/src/components/Navigation/Navigation.styles.js
@@ -177,9 +177,9 @@ export const Header = styled.header`
padding: 10px 0;
display: flex;
justify-content: center;
- align-items:center;
- border-radius:20px;
- border: 1px solid gray
+ align-items:center
+ // border-radius:20px;
+ // border: 1px solid gray
}
.btn-container{
display: none;
@@ -213,4 +213,4 @@ export const Header = styled.header`
}
`
-export default Header;
\ No newline at end of file
+export default Header;
From d49ea2b793c4bdcd83388e60c4a052e769b8f832 Mon Sep 17 00:00:00 2001
From: shashank-kavli <121170732+shashank-kavli@users.noreply.github.com>
Date: Thu, 28 Sep 2023 22:38:20 +0530
Subject: [PATCH 3/4] [UI] Theme Toggle
Signed-off-by: shashank-kavli <121170732+shashank-kavli@users.noreply.github.com>
---
site/src/components/Navigation/index.js | 30 ++++++++++++-------------
1 file changed, 14 insertions(+), 16 deletions(-)
diff --git a/site/src/components/Navigation/index.js b/site/src/components/Navigation/index.js
index 93d5e06..bc78277 100644
--- a/site/src/components/Navigation/index.js
+++ b/site/src/components/Navigation/index.js
@@ -27,26 +27,24 @@ function Navigation({theme, toggleTheme, showSignUpButton}) {