From 5becc1dc3f33c8326e60f8790b866151e99bc1b6 Mon Sep 17 00:00:00 2001 From: Sean Hatfield Date: Wed, 16 Oct 2024 14:53:00 -0700 Subject: [PATCH] Experimental agreement modal dark mode (#2491) experimental agreement modal dark mode --- .../Admin/ExperimentalFeatures/index.jsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx b/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx index 6d53bb3c2..021ca302b 100644 --- a/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx +++ b/frontend/src/pages/Admin/ExperimentalFeatures/index.jsx @@ -179,18 +179,18 @@ function FeatureVerification({ children }) { return ( <> -
-
-
+
+
+
+

Terms of use for experimental features

-
-
+
+ +
+

Experimental features of AnythingLLM are features that we are piloting and are opt-in. We proactively will @@ -203,7 +203,7 @@ function FeatureVerification({ children }) { Use of any feature on this page can result in, but not limited to, the following possibilities.

-
    +
    • Loss of data.
    • Change in quality of results.
    • Increased storage.
    • @@ -221,7 +221,7 @@ function FeatureVerification({ children }) { Use of an experimental feature also comes with the following list of non-exhaustive conditions.

      -
        +
        • Feature may not exist in future updates.
        • The feature being used is not currently stable.
        • @@ -255,7 +255,7 @@ function FeatureVerification({ children }) {

- - + +
{children}