+
{
SPONSORS.map(({ id, name, url }) => (
@@ -75,7 +75,6 @@ import { SPONSORS } from "@/consts/sponsors"
box-shadow: 0 -4px 3px rgba(50, 50, 50, 0.75);
}
-
.company-link:hover .company-logo {
transform: scale(1.1);
}
diff --git a/tsconfig.json b/tsconfig.json
index 962cc56f5..d430bf9f9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,5 +7,8 @@
"./src/*"
]
}
- }
-}
+ },
+ "exclude": [
+ "public"
+ ]
+}
\ No newline at end of file