fix link, bump

This commit is contained in:
Aidan 2025-08-27 01:18:19 -04:00
parent dee931f3a8
commit c1f0832f4a
2 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ export default function About() {
{key === "Mobile Devices" && (
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3 mt-4">
<Button
href="/device/cheetah"
href="/device/komodo"
icon={<SiGoogle />}
>
Pixel 9 Pro XL

View file

@ -16,7 +16,7 @@
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.485.0",
"next": "^15.5.0",
"next": "^15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.2",
@ -31,7 +31,7 @@
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^20.19.11",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@types/react-dom": "^19.1.8",
"eslint": "^9.34.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.5.6",