fix link, bump
This commit is contained in:
parent
dee931f3a8
commit
c1f0832f4a
2 changed files with 3 additions and 3 deletions
|
@ -135,7 +135,7 @@ export default function About() {
|
||||||
{key === "Mobile Devices" && (
|
{key === "Mobile Devices" && (
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3 mt-4">
|
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3 mt-4">
|
||||||
<Button
|
<Button
|
||||||
href="/device/cheetah"
|
href="/device/komodo"
|
||||||
icon={<SiGoogle />}
|
icon={<SiGoogle />}
|
||||||
>
|
>
|
||||||
Pixel 9 Pro XL
|
Pixel 9 Pro XL
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"i18next": "^24.2.3",
|
"i18next": "^24.2.3",
|
||||||
"i18next-browser-languagedetector": "^8.2.0",
|
"i18next-browser-languagedetector": "^8.2.0",
|
||||||
"lucide-react": "^0.485.0",
|
"lucide-react": "^0.485.0",
|
||||||
"next": "^15.5.0",
|
"next": "^15.5.2",
|
||||||
"react": "^19.1.1",
|
"react": "^19.1.1",
|
||||||
"react-dom": "^19.1.1",
|
"react-dom": "^19.1.1",
|
||||||
"react-i18next": "^15.7.2",
|
"react-i18next": "^15.7.2",
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"@tailwindcss/postcss": "^4.1.12",
|
"@tailwindcss/postcss": "^4.1.12",
|
||||||
"@types/node": "^20.19.11",
|
"@types/node": "^20.19.11",
|
||||||
"@types/react": "^19.1.11",
|
"@types/react": "^19.1.11",
|
||||||
"@types/react-dom": "^19.1.7",
|
"@types/react-dom": "^19.1.8",
|
||||||
"eslint": "^9.34.0",
|
"eslint": "^9.34.0",
|
||||||
"eslint-config-next": "15.1.3",
|
"eslint-config-next": "15.1.3",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue