From dbc7e8d2a258f84815d80f72ecbc32534653b8de Mon Sep 17 00:00:00 2001 From: shashmitha46 Date: Sat, 9 Nov 2024 21:44:15 +0530 Subject: [PATCH] changed copyright allignment --- src/componenets/Footer/Footer.jsx | 162 +++++------------------------- tsconfig.json | 2 +- 2 files changed, 26 insertions(+), 138 deletions(-) diff --git a/src/componenets/Footer/Footer.jsx b/src/componenets/Footer/Footer.jsx index a1d9bce..4253120 100644 --- a/src/componenets/Footer/Footer.jsx +++ b/src/componenets/Footer/Footer.jsx @@ -8,14 +8,11 @@ function Footer() { ); diff --git a/tsconfig.json b/tsconfig.json index a4a839b..45d5466 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "compilerOptions": { + "compilerOptions": { "target": "es5", // For broader browser compatibility "module": "commonjs", // For Node.js compatibility "outDir": "./dist", // Output directory for compiled JavaScript