diff --git a/frontend/apps/hub/tailwind.config.js b/frontend/apps/hub/tailwind.config.js index 2bf1b3d8e4..ba962d04fd 100644 --- a/frontend/apps/hub/tailwind.config.js +++ b/frontend/apps/hub/tailwind.config.js @@ -10,7 +10,7 @@ module.exports = { "./src/**/layouts/**/*.{ts,tsx}", "./src/**/views/**/*.{ts,tsx}", "./src/**/routes/**/*.{ts,tsx}", - "../../../node_modules/@rivet-gg/components/**/*.{ts,tsx}", + "../../../node_modules/@rivet-gg/components/src/**/*.{ts,tsx}", ], presets: [require("@rivet-gg/components/tailwind-base")], };