From 781506129c75227c4aa6ae27859da93e37735101 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 15 Jun 2022 16:58:52 -0500 Subject: [PATCH] sign in, sign up button styling --- web/components/nav/sidebar.tsx | 2 +- web/components/sign-up-prompt.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index a397c6dc..b5f118c2 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -253,7 +253,7 @@ export default function Sidebar(props: { className?: string }) { ) : ( diff --git a/web/components/sign-up-prompt.tsx b/web/components/sign-up-prompt.tsx index 21c391f0..0edce22c 100644 --- a/web/components/sign-up-prompt.tsx +++ b/web/components/sign-up-prompt.tsx @@ -8,7 +8,7 @@ export function SignUpPrompt() { return user === null ? (