header is responsive now

This commit is contained in:
parsa aghaei 2024-09-23 16:31:48 +03:30
parent f984d61091
commit 3e757c5481
124 changed files with 238 additions and 402 deletions

View File

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
reactStrictMode: false,
};
export default nextConfig;

10
package-lock.json generated
View File

@ -11,6 +11,7 @@
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.5.0",
"tailwindcss": "^0.0.0-insiders.e8614a2"
},
"devDependencies": {
@ -4221,6 +4222,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/react-loading-skeleton": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/react-loading-skeleton/-/react-loading-skeleton-3.5.0.tgz",
"integrity": "sha512-gxxSyLbrEAdXTKgfbpBEFZCO/P153DnqSCQau2+o6lNy1jgMRr2MmRmOzMmyrwSaSYLRB8g7b0waYPmUjz7IhQ==",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",

View File

@ -13,6 +13,7 @@
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.5.0",
"tailwindcss": "^0.0.0-insiders.e8614a2"
},
"devDependencies": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More