diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 3b030f2f..91ebb404 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -156,6 +156,12 @@ export default function Sidebar(props: { className?: string }) { const mobileNavigationOptions = user === null ? signedOutMobileNavigation : mobileNavigation + const gradient = + 'from-indigo-500 to-blue-500 hover:from-indigo-700 hover:to-blue-700' + + const buttonStyle = + 'border-w-0 mx-auto mt-4 -ml-1 w-full rounded-md bg-gradient-to-r py-2.5 text-base font-semibold text-white shadow-sm lg:-ml-0' + return (