From 3f35a12e5fe185ea2ad2c1df725bb7d2fcc2bc2c Mon Sep 17 00:00:00 2001 From: Anirban Sarkar <137922245+Anirban780@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:40:17 +0530 Subject: [PATCH] updated some design parts --- Frontend/eslint.config.js | 1 + Frontend/src/components/Footer.jsx | 10 +++++----- Frontend/src/components/Home.jsx | 9 +++++---- Frontend/src/index.css | 14 +++++++++++++- Frontend/tailwind.config.js | 3 +++ 5 files changed, 27 insertions(+), 10 deletions(-) diff --git a/Frontend/eslint.config.js b/Frontend/eslint.config.js index 238d2e4..70cbdbc 100644 --- a/Frontend/eslint.config.js +++ b/Frontend/eslint.config.js @@ -32,6 +32,7 @@ export default [ 'react-refresh/only-export-components': [ 'warn', { allowConstantExport: true }, + { noUnusedVars: true }, ], }, }, diff --git a/Frontend/src/components/Footer.jsx b/Frontend/src/components/Footer.jsx index 7c759e3..2a68fea 100644 --- a/Frontend/src/components/Footer.jsx +++ b/Frontend/src/components/Footer.jsx @@ -22,12 +22,12 @@ const Footer = () => { ]; return ( -