fix fucking ESlint omg

This commit is contained in:
Captain Jack Sparrow 2024-04-26 19:53:19 +00:00
parent 6914e6f22f
commit 1a97c4994e
3 changed files with 13 additions and 13 deletions

View File

@ -19,7 +19,7 @@
"typescript": "5.4.3" "typescript": "5.4.3"
}, },
"dependencies": { "dependencies": {
"@neato/guider": "^1.0.2", "@neato/guider": "^1.0.3",
"next": "^14.2.3", "next": "^14.2.3",
"next-seo": "^6.5.0", "next-seo": "^6.5.0",
"react": "^18.3.1", "react": "^18.3.1",

View File

@ -37,16 +37,16 @@ export default function LandingPage() {
subtitle customization and easy TV season navigation. subtitle customization and easy TV season navigation.
</Card> </Card>
<Card icon="mdi:content-save" title="Saves your progress"> <Card icon="mdi:content-save" title="Saves your progress">
Will remember your progress in movies and TV shows, so you can easily Will remember your progress in movies and TV shows, so you can
continue where you left off. easily continue where you left off.
</Card> </Card>
<Card icon="mdi:bookmark" title="Bookmarking"> <Card icon="mdi:bookmark" title="Bookmarking">
Allows you to bookmark your favorite movies and TV shows, so you can Allows you to bookmark your favorite movies and TV shows, so you can
easily find them again. easily find them again.
</Card> </Card>
<Card icon="mdi:cloud-refresh" title="Syncing across devices"> <Card icon="mdi:cloud-refresh" title="Syncing across devices">
Enjoy uninterrupted streaming as your progress, proxies, and bookmarks Enjoy uninterrupted streaming as your progress, proxies, and
sync effortlessly across all your devices. bookmarks sync effortlessly across all your devices.
</Card> </Card>
<Card icon="mdi:power-plug-outline" title="Modular by design"> <Card icon="mdi:power-plug-outline" title="Modular by design">
Mix and match different parts of the sudo-flix service, host your Mix and match different parts of the sudo-flix service, host your
@ -57,12 +57,12 @@ export default function LandingPage() {
Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more. Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more.
</Card> </Card>
<Card icon="mdi:brush-variant" title="Customizable"> <Card icon="mdi:brush-variant" title="Customizable">
Supports various themes, subtitle colors and subtitle sizes so you can Supports various themes, subtitle colors and subtitle sizes so you
make it look however you want. can make it look however you want.
</Card> </Card>
<Card icon="mdi:cellphone" title="Progressive Web App Support"> <Card icon="mdi:cellphone" title="Progressive Web App Support">
Supports PWA, so you can install it on your phone and use it just like Supports PWA, so you can install it on your phone and use it just
a native app. like a native app.
</Card> </Card>
</CardGrid> </CardGrid>
</Frame> </Frame>

View File

@ -6,8 +6,8 @@ settings:
dependencies: dependencies:
'@neato/guider': '@neato/guider':
specifier: ^1.0.2 specifier: ^1.0.3
version: 1.0.2(@types/react@18.2.73)(next@14.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3) version: 1.0.3(@types/react@18.2.73)(next@14.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3)
next: next:
specifier: ^14.2.3 specifier: ^14.2.3
version: 14.2.3(react-dom@18.3.1)(react@18.3.1) version: 14.2.3(react-dom@18.3.1)(react@18.3.1)
@ -236,8 +236,8 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@neato/guider@1.0.2(@types/react@18.2.73)(next@14.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3): /@neato/guider@1.0.3(@types/react@18.2.73)(next@14.2.3)(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3):
resolution: {integrity: sha512-6+xD+iXcubF7Uodl8MlToetqdyi8CLyOiM1FiQlZLbEFWQU1NjLTqUa2NKOslE9MMXKZnxW8J/+sL05ViTZU/A==} resolution: {integrity: sha512-UQquGqmY+5awhbpL0nPkyWykPZwOpbLLGsMf+tPxVyifmoLcb1E859XhsKvdjHOe90XEZMbjMD24XqNSHUkXuA==}
engines: {node: '>=20'} engines: {node: '>=20'}
peerDependencies: peerDependencies:
next: '>=14.1.0' next: '>=14.1.0'