From 30536114b902b016a8efc6b8ebf85e2363588c5c Mon Sep 17 00:00:00 2001 From: makearmy Date: Thu, 16 Oct 2025 09:25:12 -0400 Subject: [PATCH] version message formatting update --- app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index cfd4bfe3..6892b510 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -41,7 +41,8 @@ export default async function HomePage({
- 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. +

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

+

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.

);