diff --git a/apps/dashboard/src/components/app-store-entry.tsx b/apps/dashboard/src/components/app-store-entry.tsx index 6d31e615e..f773f68f6 100644 --- a/apps/dashboard/src/components/app-store-entry.tsx +++ b/apps/dashboard/src/components/app-store-entry.tsx @@ -79,190 +79,190 @@ export function AppStoreEntry({
- {app.subtitle} -
+ {/* App Info */} ++
- {app.stage === "alpha" && ( - <> - Alpha Release: This app is in early development and may have bugs or unexpected behavior. Use with caution in production environments. - > - )} - {app.stage === "beta" && ( - <> - Beta Release: This app is being actively tested. You may encounter some issues, but it is generally stable for production use. - > - )} -
+ > + {app.stage === "alpha" && ( + <> + Alpha Release: This app is in early development and may have bugs or unexpected behavior. Use with caution in production environments. + > + )} + {app.stage === "beta" && ( + <> + Beta Release: This app is being actively tested. You may encounter some issues, but it is generally stable for production use. + > + )} + +