From da28bc6ef2fe3d639f71b1b0908633b376840b7f Mon Sep 17 00:00:00 2001 From: felix montanez Date: Tue, 2 Jan 2024 18:38:01 -0800 Subject: [PATCH] updated --- config/default.json | 10 +-- frontend/public/index.html | 2 +- frontend/src/App.js | 1 + frontend/src/assets/paypal_qrcode.png | Bin 0 -> 63412 bytes frontend/src/assets/venmo_qrcode.png | Bin 0 -> 137635 bytes frontend/src/components/Card.js | 2 +- frontend/src/components/Navbar.js | 8 +-- frontend/src/contexts/auth.js | 2 +- frontend/src/hooks/landing.js | 96 ++++++-------------------- frontend/src/hooks/login.js | 2 +- frontend/src/styles/gradients.css | 7 ++ 11 files changed, 42 insertions(+), 88 deletions(-) create mode 100644 frontend/src/assets/paypal_qrcode.png create mode 100644 frontend/src/assets/venmo_qrcode.png diff --git a/config/default.json b/config/default.json index dc972ae..cdceb9b 100644 --- a/config/default.json +++ b/config/default.json @@ -1,7 +1,7 @@ { - "PRO_MONGO":"mongodb+srv://dbAdmin:LovingParent2020!@cluster0.xldio.mongodb.net/twelve", - "DEV_MONGO":"mongodb+srv://dbAdmin:LovingParent2020!@cluster0.xldio.mongodb.net/test", - "LOCAL_MONGO":"mongodb://127.0.0.1:27017/twelve", - "jwtSecret":"lucky3114", + "PRO_MONGO": "mongodb+srv://dbAdmin:LovingParent2020!@cluster0.xldio.mongodb.net/twelve", + "DEV_MONGO": "mongodb+srv://dbAdmin:LovingParent2020!@cluster0.xldio.mongodb.net/test", + "LOCAL_MONGO": "mongodb://127.0.0.1:27017/twelve", + "jwtSecret": "lucky3114", "expiresIn": 3600 -} \ No newline at end of file +} diff --git a/frontend/public/index.html b/frontend/public/index.html index 1bc8c75..03a73fb 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -26,7 +26,7 @@ Twelve.Community - +