From f637a8c91142c311bde23fc6ba4d9119a1512b0b Mon Sep 17 00:00:00 2001 From: Victor Batischev Date: Tue, 15 Aug 2023 17:25:16 +0300 Subject: [PATCH] small fixes --- .gitignore | 1 + src/App.js | 1 - src/SignUpForm.js | 2 ++ src/logo.svg | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/logo.svg diff --git a/.gitignore b/.gitignore index 4d29575..8692cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # misc .DS_Store +.env .env.local .env.development.local .env.test.local diff --git a/src/App.js b/src/App.js index b9a90f0..375da0e 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,6 @@ function Copyright(props) { ITGuild {' '} {new Date().getFullYear()} - {'.'} ) } diff --git a/src/SignUpForm.js b/src/SignUpForm.js index 37aa6a4..e444f7c 100644 --- a/src/SignUpForm.js +++ b/src/SignUpForm.js @@ -104,6 +104,8 @@ const SignUpForm = () => { \ No newline at end of file