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()], };