Skip to content

Commit

Permalink
Make everything look nicer
Browse files Browse the repository at this point in the history
Captain Jack Sparrow committed Apr 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0edd3c7 commit e4c4130
Showing 5 changed files with 308 additions and 276 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,18 +11,18 @@
},
"devDependencies": {
"@types/react": "18.2.73",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.4",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "^3.1.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "5.4.3"
},
"dependencies": {
"@neato/guider": "^1.0.1",
"next": "^14.1.4",
"@neato/guider": "^1.0.2",
"next": "^14.2.3",
"next-seo": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.0",
"react-dom": "^18.3.0"
}
}
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ export default function LandingPage() {
<Hero.Actions>
<Button to="/self-hosting/hosting-intro">Get Started</Button>
<Button to="https://github.com/sussy-code/smov" type="secondary">
Open on GitHub
Open on GitHub
</Button>
</Hero.Actions>
</Hero>
10 changes: 7 additions & 3 deletions pages/instances.mdx
Original file line number Diff line number Diff line change
@@ -7,8 +7,12 @@ title: 'Instances'
This page showcases sudo-flix instances hosted by the community.

<Note>
Instances with a 📦 next to the link have the NSBX API meaning there's more sources and features!
* Sites with a `🛡️` next to them are official instances hosted by the sudo-flix team.
* Sites with a `💾` next to them use the sudo-backend meaning your data is synced across these sites.
* Sites with a `📱` next to them have PWA support meaning you can use the site as a native app on your phone.
</Note>

- [sudo-flix.lol](https://sudo-flix.lol) 📦
- [kanded.xyz](https://flix.kanded.xyz)
| Site | Host | Stats |
|:---------------------------------------|:------------------|:------------|
| [sudo-flix.lol](https://sudo-flix.lol) | sudo-flix team | 🛡️💾📱 |
| [kanded.xyz](https://flix.kanded.xyz) | sudo-flix team | 🛡️💾📱 |
Loading

0 comments on commit e4c4130

Please sign in to comment.