From db0688be6a6da9380645b24f7d2268acde9a929e Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Sun, 15 Jun 2025 21:44:56 +0000 Subject: [PATCH] fix: update @rivet-gg/components path in tailwind config --- frontend/apps/hub/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")], };