mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Yk epic merge
This commit is contained in:
parent
012afc4620
commit
63540641c5
3 changed files with 393 additions and 391 deletions
14
package.json
14
package.json
|
@ -72,10 +72,10 @@
|
||||||
"zustand": "^4.5.2"
|
"zustand": "^4.5.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.24.3",
|
"@babel/core": "^7.24.4",
|
||||||
"@babel/preset-env": "^7.24.3",
|
"@babel/preset-env": "^7.24.4",
|
||||||
"@babel/preset-typescript": "^7.24.1",
|
"@babel/preset-typescript": "^7.24.1",
|
||||||
"@rollup/wasm-node": "^4.13.2",
|
"@rollup/wasm-node": "^4.14.0",
|
||||||
"@types/chromecast-caf-sender": "^1.0.9",
|
"@types/chromecast-caf-sender": "^1.0.9",
|
||||||
"@types/crypto-js": "^4.2.2",
|
"@types/crypto-js": "^4.2.2",
|
||||||
"@types/dompurify": "^3.0.5",
|
"@types/dompurify": "^3.0.5",
|
||||||
|
@ -120,10 +120,10 @@
|
||||||
"tailwind-scrollbar": "^3.1.0",
|
"tailwind-scrollbar": "^3.1.0",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.3",
|
||||||
"tailwindcss-themer": "^4.0.0",
|
"tailwindcss-themer": "^4.0.0",
|
||||||
"type-fest": "^4.8.3",
|
"type-fest": "^4.15.0",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.4.3",
|
||||||
"vite": "^5.0.13",
|
"vite": "^5.2.8",
|
||||||
"vite-plugin-checker": "^0.6.2",
|
"vite-plugin-checker": "^0.6.4",
|
||||||
"vite-plugin-package-version": "^1.1.0",
|
"vite-plugin-package-version": "^1.1.0",
|
||||||
"vite-plugin-pwa": "^0.17.5",
|
"vite-plugin-pwa": "^0.17.5",
|
||||||
"vite-plugin-static-copy": "^1.0.2",
|
"vite-plugin-static-copy": "^1.0.2",
|
||||||
|
|
768
pnpm-lock.yaml
768
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -215,7 +215,7 @@ export function Discover() {
|
||||||
: category.includes("Movie")
|
: category.includes("Movie")
|
||||||
? `${category}s`
|
? `${category}s`
|
||||||
: isTVShow
|
: isTVShow
|
||||||
? `${category} Programmes`
|
? `${category} Show`
|
||||||
: `${category} Movies`;
|
: `${category} Movies`;
|
||||||
return (
|
return (
|
||||||
<div className="relative overflow-hidden mt-4 rounded-xl">
|
<div className="relative overflow-hidden mt-4 rounded-xl">
|
||||||
|
|
Loading…
Reference in a new issue