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"
},
"dependencies": {
"@neato/guider": "^1.0.2",
"@neato/guider": "^1.0.3",
"next": "^14.2.3",
"next-seo": "^6.5.0",
"react": "^18.3.1",

View File

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

View File

@ -6,8 +6,8 @@ settings:
dependencies:
'@neato/guider':
specifier: ^1.0.2
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)
specifier: ^1.0.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:
specifier: ^14.2.3
version: 14.2.3(react-dom@18.3.1)(react@18.3.1)
@ -236,8 +236,8 @@ packages:
- supports-color
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):
resolution: {integrity: sha512-6+xD+iXcubF7Uodl8MlToetqdyi8CLyOiM1FiQlZLbEFWQU1NjLTqUa2NKOslE9MMXKZnxW8J/+sL05ViTZU/A==}
/@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-UQquGqmY+5awhbpL0nPkyWykPZwOpbLLGsMf+tPxVyifmoLcb1E859XhsKvdjHOe90XEZMbjMD24XqNSHUkXuA==}
engines: {node: '>=20'}
peerDependencies:
next: '>=14.1.0'