diff options
Diffstat (limited to 'packages/docs/content/docs/en/index.mdx')
| -rw-r--r-- | packages/docs/content/docs/en/index.mdx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/docs/content/docs/en/index.mdx b/packages/docs/content/docs/en/index.mdx index 97e6228..d9846ab 100644 --- a/packages/docs/content/docs/en/index.mdx +++ b/packages/docs/content/docs/en/index.mdx @@ -7,8 +7,8 @@ description: Modern, reproducible, and developer-grade Minecraft launcher DropOut is a modern Minecraft launcher built with Tauri v2 and Rust, designed for players who value control, transparency, and long-term stability. -<div style="text-align: center; margin: 2rem 0;"> - <img src="/assets/image.png" alt="DropOut Launcher" style="max-width: 700px; border-radius: 8px;" /> +<div style={{ textAlign: 'center', margin: '2rem 0' }}> + <img src="/image.png" alt="DropOut Launcher" style={{ maxWidth: '700px', borderRadius: '8px' }} /> </div> ## Why DropOut? @@ -26,22 +26,22 @@ This launcher is built for players who value control, transparency, and long-ter <Cards> <Card title="Getting Started" - href="/docs/getting-started" + href="getting-started" description="Install and set up DropOut in minutes" /> <Card title="Features" - href="/docs/features" + href="features" description="Explore all the capabilities of DropOut" /> <Card title="Architecture" - href="/docs/architecture" + href="architecture" description="Learn about the technical design" /> <Card title="Development" - href="/docs/development" + href="development" description="Build and contribute to DropOut" /> </Cards> @@ -92,4 +92,4 @@ DropOut is open source software licensed under the MIT License. --- -Ready to get started? Check out the [Getting Started Guide](/docs/getting-started)! +Ready to get started? Check out the [Getting Started Guide](getting-started)! |