From a92f0ed0d2e3fde6bfefed8fbe48c45b4c9fc7dc Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:18:07 +0100 Subject: [PATCH 1/2] Clearer beta notices Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- frontend/announcement.md | 2 +- frontend/src/routes/Home/index.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/announcement.md b/frontend/announcement.md index ae7fd088..4a2458c0 100644 --- a/frontend/announcement.md +++ b/frontend/announcement.md @@ -1 +1 @@ -This is the beta preview of the OpenTofu Registry Search. If you encounter any issues, please report them [here](https://github.com/opentofu/registry-ui/issues). +This is the **beta** preview of the OpenTofu Registry Search. The data in this interface may not be up to date. diff --git a/frontend/src/routes/Home/index.tsx b/frontend/src/routes/Home/index.tsx index b2e1c1ad..14979a84 100644 --- a/frontend/src/routes/Home/index.tsx +++ b/frontend/src/routes/Home/index.tsx @@ -46,7 +46,8 @@ export function Home() { This technology preview contains documentation for a select few - providers, namespaces, and modules in the OpenTofu registry. + providers, namespaces, and modules in the OpenTofu registry.{" "} + Note: the data in this interface may not be up to date during the beta phase. Date: Fri, 8 Nov 2024 18:26:27 +0100 Subject: [PATCH 2/2] Note on new line Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- frontend/src/routes/Home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/Home/index.tsx b/frontend/src/routes/Home/index.tsx index 14979a84..cf24e4a5 100644 --- a/frontend/src/routes/Home/index.tsx +++ b/frontend/src/routes/Home/index.tsx @@ -46,7 +46,7 @@ export function Home() { This technology preview contains documentation for a select few - providers, namespaces, and modules in the OpenTofu registry.{" "} + providers, namespaces, and modules in the OpenTofu registry.
Note: the data in this interface may not be up to date during the beta phase.