From f291e5d85e31c24d680331675ccc5e17a01f5f24 Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Fri, 17 Jan 2025 21:27:56 +0530 Subject: [PATCH] fix:logo --- components/PastEditionCard/index.js | 7 +++++-- package-lock.json | 8 -------- package.json | 1 - 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/components/PastEditionCard/index.js b/components/PastEditionCard/index.js index 2a9ac9fd..73806159 100644 --- a/components/PastEditionCard/index.js +++ b/components/PastEditionCard/index.js @@ -1,5 +1,4 @@ import React from 'react' -import {ExternalLink} from 'lucide-react' const PastEditonCard = ({ url }) => { let year = url.split('.')[1] return ( @@ -9,7 +8,11 @@ const PastEditonCard = ({ url }) => {

View Website

- + + + + +
diff --git a/package-lock.json b/package-lock.json index cafa67a6..321b5b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "@googleapis/sheets": "^7.0.0", "axios": "^1.7.4", "d3": "^7.8.5", - "lucide-react": "^0.350.0", "net": "^1.0.2", "next": "^14.2.21", "next-on-netlify": "^3.0.1", @@ -5145,13 +5144,6 @@ "node": ">=10" } }, - "node_modules/lucide-react": { - "version": "0.350.0", - "license": "ISC", - "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" - } - }, "node_modules/matchmediaquery": { "version": "0.3.1", "license": "MIT", diff --git a/package.json b/package.json index 6f01eae2..1ef500c4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "@googleapis/sheets": "^7.0.0", "axios": "^1.7.4", "d3": "^7.8.5", - "lucide-react": "^0.350.0", "net": "^1.0.2", "next": "^14.2.21", "next-on-netlify": "^3.0.1",