From a0e705b1c0ea280c1f5c200b93d36dee9d8d4521 Mon Sep 17 00:00:00 2001 From: Felipe Bueno Date: Thu, 4 Apr 2024 18:31:53 -0300 Subject: [PATCH] Just some minor fixes (#1012) * Add .vscode/settings.json to .gitignore to allow local vscode settings without making the work tree dirty * Swap (fix) Login & SignUp button ids + Make them both 112px wide --- .gitignore | 3 +++ components/nav/common.js | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 51016241..7c3352a2 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ envbak .env* !.env.sample +# local settings +.vscode/settings.json + # vercel .vercel diff --git a/components/nav/common.js b/components/nav/common.js index dcc229bb..50bff336 100644 --- a/components/nav/common.js +++ b/components/nav/common.js @@ -236,8 +236,8 @@ export function SignUpButton ({ className = 'py-0' }) { return (