From 4215470871bfd76cce846374ba7cb894953ea84d Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 4 Dec 2023 16:10:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20solar=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/shared/Navbar2.tsx | 11 ++++++++--- tailwind.config.js | 8 +------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/client/components/shared/Navbar2.tsx b/src/client/components/shared/Navbar2.tsx index 8691e5c..e1e7568 100644 --- a/src/client/components/shared/Navbar2.tsx +++ b/src/client/components/shared/Navbar2.tsx @@ -66,10 +66,15 @@ export const Navbar2 = (): ReactElement => { diff --git a/tailwind.config.js b/tailwind.config.js index 69e4631..0eeddd0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -19,11 +19,5 @@ module.exports = { }, }, }, - plugins: [ - { - tailwindcss: {}, - autoprefixer: {}, - addDynamicIconSelectors: addDynamicIconSelectors(), - }, - ], + plugins: [addDynamicIconSelectors()], };