Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import BoxSectionOutro from '@/components/splash/BoxSectionOutro.astro';

<SplashContent>
<div class="image-container">
<Image src={myImage} alt="Centered Image" width={400} height={400} />
<Image src={myImage} alt="Centered Image" width={250} height={250} />
</div>
<h1>AerynOS</h1>
<p>AerynOS is an independent performance-oriented Linux-based operating system that diverges significantly from traditional distributions whilst still aiming to provide a familiar and comfortable environment. The code-base is currently in an alpha "technical preview" stage, which means that it is not yet ready for widespread use. However, we are committed to eventually providing a stable and reliable operating system that will be easy to use and customize.</p>
Expand Down
Loading