diff options
| author | 2026-01-30 15:07:12 +0000 | |
|---|---|---|
| committer | 2026-01-30 15:07:12 +0000 | |
| commit | 9627912c1f7910f786c555a3a9485f0a8c4211bf (patch) | |
| tree | 6cd61d3266b4ed7eac5d1427c479ed38acf9afdc /packages/docs/app | |
| parent | 2f4f8a39afeaea4a618317f7a34cb178164eea60 (diff) | |
| download | DropOut-9627912c1f7910f786c555a3a9485f0a8c4211bf.tar.gz DropOut-9627912c1f7910f786c555a3a9485f0a8c4211bf.zip | |
docs: remove emojis from documentation and home page
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Diffstat (limited to 'packages/docs/app')
| -rw-r--r-- | packages/docs/app/routes/home.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/docs/app/routes/home.tsx b/packages/docs/app/routes/home.tsx index b1f8516..1bd2235 100644 --- a/packages/docs/app/routes/home.tsx +++ b/packages/docs/app/routes/home.tsx @@ -55,42 +55,36 @@ export default function Home() { {/* Features Grid */} <div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mb-16"> <div className="p-6 rounded-lg border border-fd-border bg-fd-card"> - <div className="text-2xl mb-3">🚀</div> <h3 className="font-semibold text-lg mb-2">High Performance</h3> <p className="text-sm text-fd-muted-foreground"> Built with Rust and Tauri for minimal resource usage and fast startup times </p> </div> <div className="p-6 rounded-lg border border-fd-border bg-fd-card"> - <div className="text-2xl mb-3">🎨</div> <h3 className="font-semibold text-lg mb-2">Modern UI</h3> <p className="text-sm text-fd-muted-foreground"> Clean, distraction-free interface with Svelte 5 and Tailwind CSS 4 </p> </div> <div className="p-6 rounded-lg border border-fd-border bg-fd-card"> - <div className="text-2xl mb-3">🔐</div> <h3 className="font-semibold text-lg mb-2">Secure Auth</h3> <p className="text-sm text-fd-muted-foreground"> Microsoft OAuth 2.0 with device code flow and offline mode support </p> </div> <div className="p-6 rounded-lg border border-fd-border bg-fd-card"> - <div className="text-2xl mb-3">🔧</div> <h3 className="font-semibold text-lg mb-2">Mod Loaders</h3> <p className="text-sm text-fd-muted-foreground"> Built-in support for Fabric and Forge with automatic version management </p> </div> <div className="p-6 rounded-lg border border-fd-border bg-fd-card"> - <div className="text-2xl mb-3">☕</div> <h3 className="font-semibold text-lg mb-2">Java Management</h3> <p className="text-sm text-fd-muted-foreground"> Auto-detection and integrated downloader for Adoptium JDK/JRE </p> </div> <div className="p-6 rounded-lg border border-fd-border bg-fd-card"> - <div className="text-2xl mb-3">📦</div> <h3 className="font-semibold text-lg mb-2">Instance System</h3> <p className="text-sm text-fd-muted-foreground"> Isolated game environments with independent configs and mods |