add non stretched favicon

This commit is contained in:
2024-11-27 14:13:44 +05:00
parent 7fadcd561f
commit e9c71c1e58
4 changed files with 68 additions and 37 deletions
+25
View File
@@ -20,6 +20,7 @@
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-query": "^5.61.4",
"better-auth": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@@ -2369,6 +2370,30 @@
"tslib": "^2.4.0"
}
},
"node_modules/@tanstack/query-core": {
"version": "5.61.4",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.61.4.tgz",
"integrity": "sha512-rsnemyhPvEG4ViZe0R2UQDM8NgQS/BNC5/Gf9RTs0TKN5thUhPUwnL2anWG4jxAGKFyDfvG7PXbx6MRq3hxi1w==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.61.4",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.4.tgz",
"integrity": "sha512-Nh5+0V4fRVShSeDHFTVvzJrvwTdafIvqxyZUrad71kJWL7J+J5Wrd/xcHTWfSL1mR/9eoufd2roXOpL3F16ECA==",
"dependencies": {
"@tanstack/query-core": "5.61.4"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^18 || ^19"
}
},
"node_modules/@tybys/wasm-util": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.8.3.tgz",