add: active link styling to bottom navbar

This commit is contained in:
Mahyar Khanbolooki
2025-07-08 22:41:57 +03:30
parent 7a69e5fd23
commit 789de27b47
8 changed files with 59 additions and 17 deletions
+10
View File
@@ -11,6 +11,7 @@
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-devtools": "^5.81.5",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"dmenu-plus-frontned": "file:",
"framer-motion": "^12.20.1",
"next": "15.3.4",
@@ -2396,6 +2397,15 @@
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
"license": "MIT"
},
"node_modules/clsx": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/color": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",