version message formatting update

This commit is contained in:
makearmy 2025-10-16 09:25:12 -04:00
parent d2e1e838e2
commit 30536114b9

View file

@ -41,7 +41,8 @@ export default async function HomePage({
</section>
<section className="mt-8 text-center text-xs text-muted-foreground">
This is the production build v0.1.0 - this site is an active BETA. Some features may not be available or work as intended. If you're experiencing issues please report them here: https://forge.makearmy.io/makearmy/makearmy-app/issues PRIVACY: We only use cookies strictly necessary to operate the site (e.g., your sign-in session). We do not store user data or telemetry other than what you provide and never share or sell data to third parties. Ever.
<p>This is the beta build v0.1.0 - this site is an active BETA. Some features may not be available or work as intended. If you're experiencing issues please report them here: https://forge.makearmy.io/makearmy/makearmy-app/issues </p>
<p>PRIVACY: We only use cookies strictly necessary to operate the site (e.g., your sign-in session). We do not store user data or telemetry other than what you provide and never share or sell data to third parties. Ever.</p>
</section>
</main>
);