Improved formatting and remove unnecessary dependencies

This commit is contained in:
Aashirwadrunjan
2024-09-03 00:29:11 +05:30
parent 19c3d6e4ff
commit 71f3146cf7
3 changed files with 40 additions and 43 deletions

3
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"feed": "^4.2.2",
"framer-motion": "^11.3.24",
"lucide-react": "^0.400.0",
"next": "^14.2.4",
"next": "14.2.4",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -38,7 +38,6 @@
"react-markdown": "^9.0.1",
"react-spring": "^9.7.4",
"react-sticky-el": "^2.1.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.5.1",
"tailwindcss-animate": "^1.0.7",

View File

@@ -34,7 +34,7 @@
"feed": "^4.2.2",
"framer-motion": "^11.3.24",
"lucide-react": "^0.400.0",
"next": "^14.2.4",
"next": "14.2.4",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -42,7 +42,6 @@
"react-markdown": "^9.0.1",
"react-spring": "^9.7.4",
"react-sticky-el": "^2.1.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.5.1",
"tailwindcss-animate": "^1.0.7",

View File

@@ -392,7 +392,6 @@ export default function DownloadPage() {
<FieldDescription>
Click the button below to download Zen for MacOS.
</FieldDescription>
{/*Fixed the issue where the box height of AArch64 and Intel were not consistent like in the windows and linux*/}
<div className="flex items-center justify-center">
<div
onClick={() => setSelectedArchitecture("specific")}