Yk epic merge

This commit is contained in:
Cooper Ransom 2024-04-03 16:34:19 -04:00
parent 012afc4620
commit 63540641c5
3 changed files with 393 additions and 391 deletions

View File

@ -72,10 +72,10 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@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/crypto-js": "^4.2.2",
"@types/dompurify": "^3.0.5",
@ -120,10 +120,10 @@
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"tailwindcss-themer": "^4.0.0",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"vite": "^5.0.13",
"vite-plugin-checker": "^0.6.2",
"type-fest": "^4.15.0",
"typescript": "^5.4.3",
"vite": "^5.2.8",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-static-copy": "^1.0.2",

File diff suppressed because it is too large Load Diff

View File

@ -215,7 +215,7 @@ export function Discover() {
: category.includes("Movie")
? `${category}s`
: isTVShow
? `${category} Programmes`
? `${category} Show`
: `${category} Movies`;
return (
<div className="relative overflow-hidden mt-4 rounded-xl">