diff --git a/spog/ui/src/console/mod.rs b/spog/ui/src/console/mod.rs index 539ef3fdf..b8bfd21ff 100644 --- a/spog/ui/src/console/mod.rs +++ b/spog/ui/src/console/mod.rs @@ -204,34 +204,6 @@ fn authenticated_page(props: &ChildrenProperties) -> Html { html!( -
- {html!( - - {"Tech Preview"} - - }} - body={html_nested!( - -

- - {"Contact support"}{" "} - {Icon::ExternalLinkAlt} - -

- - )} - > -

{"This feature is still in a Preview pre-release stage. You might find bugs or issues with availability, stability, data or performance."}

-
- )} - /> - )} -
{ props.children.clone() }
)