From ba4c0048ff91fdff7c6fe0ba66405034e47fdf2f Mon Sep 17 00:00:00 2001 From: shelcia Date: Sun, 5 Mar 2023 22:18:06 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20up=20deps=20and=20added=20more?= =?UTF-8?q?=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package.json | 4 ++-- frontend/src/layout/AuthLayout.jsx | 27 ++++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 8801955..144e7e5 100644 --- a/backend/package.json +++ b/backend/package.json @@ -16,9 +16,9 @@ "dotenv": "^16.0.2", "express": "^4.18.2", "express-rate-limit": "^6.7.0", - "joi": "^17.7.1", + "joi": "^17.8.3", "jsonwebtoken": "^9.0.0", - "mongoose": "^6.9.1", + "mongoose": "^6.10.1", "nodemailer": "^6.9.1", "uuid": "^9.0.0" } diff --git a/frontend/src/layout/AuthLayout.jsx b/frontend/src/layout/AuthLayout.jsx index 7e3fc69..e590d06 100644 --- a/frontend/src/layout/AuthLayout.jsx +++ b/frontend/src/layout/AuthLayout.jsx @@ -6,6 +6,7 @@ import { CardContent, Container, Grid, + IconButton, Link, List, ListItem, @@ -16,6 +17,7 @@ import { } from "@mui/material"; import CustomToggle from "../components/CustomToggle"; import { MdStarRate } from "react-icons/md"; +import { FiGithub } from "react-icons/fi"; import Grad1 from "../assets/home/gradient-1.svg"; import Grad2 from "../assets/home/gradient-2.svg"; @@ -36,6 +38,11 @@ const AuthLayout = ({ children }) => { > Mocker + + + + + { display: "flex", justifyContent: "center", alignItems: "center", - height: "100vh", + height: "90vh", }} > @@ -67,6 +74,21 @@ const AuthLayout = ({ children }) => { + + Developed by + + Shelcia + + ); }; @@ -89,7 +111,7 @@ const Intro = () => { }, { key: 4, - name: "Schema Options", + name: "Customise Schema Options", }, ]; @@ -113,7 +135,6 @@ const Intro = () => { faker.js - {featureList.map((feature) => (