import { AlphaBg, AppLogo } from '@sd/assets/images'; import { Discord } from '@icons-pack/react-simple-icons'; import { useNavigate } from 'react-router-dom'; import { Button } from '@sd/ui'; import { usePlatform } from '~/util/Platform'; import { OnboardingContainer } from './Layout'; export default function OnboardingAlpha() { const navigate = useNavigate(); const platform = usePlatform(); return ( Alpha Background
Spacedrive

Spacedrive

Alpha Release

We are delighted to announce the release of Spacedrive's alpha version, showcasing exciting new features. As with any initial release, this version may contain some bugs. We cannot guarantee that your data will stay intact. We kindly request your assistance in reporting any issues you encounter on our Discord channel. Your valuable feedback will greatly contribute to enhancing the user experience.

); }