diff --git a/pages/index.jsx b/pages/index.jsx
index ea0bf09..be114c9 100644
--- a/pages/index.jsx
+++ b/pages/index.jsx
@@ -9,7 +9,7 @@ import Footer from "../components/Footer/Index";
import Hero from "../components/Hero/Index";
export default function Home() {
return (
- <>
+
Innovate 2.0
@@ -25,6 +25,6 @@ export default function Home() {
- >
+
);
}
diff --git a/tailwind.config.js b/tailwind.config.js
index 6736caa..deca9e3 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -31,5 +31,17 @@ module.exports = {
},
},
},
- plugins: [],
+ plugins: [
+ function ({addUtilities}){
+ const newUtilities = {
+ '.no-scrollbar::-webkit-scrollbar':{
+ display: 'none',
+ },
+ '.no-scrollbar':{
+ '-ms-overflow-style':'none',
+ 'scrollbar-width': 'none'
+ },
+ }
+ addUtilities(newUtilities)
+ }],
};
diff --git a/yarn.lock b/yarn.lock
index 77edf5b..97d211e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -68,10 +68,15 @@
dependencies:
glob "7.1.7"
-"@next/swc-win32-x64-msvc@12.3.1":
+"@next/swc-linux-x64-gnu@12.3.1":
version "12.3.1"
- resolved "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.3.1.tgz"
- integrity sha512-W1ijvzzg+kPEX6LAc+50EYYSEo0FVu7dmTE+t+DM4iOLqgGHoW9uYSz9wCVdkXOEEMP9xhXfGpcSxsfDucyPkA==
+ resolved "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.3.1.tgz"
+ integrity sha512-JWEaMyvNrXuM3dyy9Pp5cFPuSSvG82+yABqsWugjWlvfmnlnx9HOQZY23bFq3cNghy5V/t0iPb6cffzRWylgsA==
+
+"@next/swc-linux-x64-musl@12.3.1":
+ version "12.3.1"
+ resolved "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.3.1.tgz"
+ integrity sha512-xoEWQQ71waWc4BZcOjmatuvPUXKTv6MbIFzpm4LFeCHsg2iwai0ILmNXf81rJR+L1Wb9ifEke2sQpZSPNz1Iyg==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"