chore:updated footer and navbar logo

This commit is contained in:
Ashwani Senapati
2025-10-20 21:15:39 +05:30
parent c5cec69b71
commit 5ef8b6d417
6 changed files with 114 additions and 20 deletions

View File

@@ -24,12 +24,12 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/node": "20.19.22",
"@types/react": "19.2.2",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "5.9.3"
}
}