From fb83bfbc314fa9418384369e89aafa9e4af146f5 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:20:42 -0500 Subject: [PATCH] Fix ui_next banner (#14928) --- awx/ui/src/screens/Dashboard/Dashboard.js | 2 +- awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/src/screens/Dashboard/Dashboard.js b/awx/ui/src/screens/Dashboard/Dashboard.js index 716aa322f4..87e06bdf79 100644 --- a/awx/ui/src/screens/Dashboard/Dashboard.js +++ b/awx/ui/src/screens/Dashboard/Dashboard.js @@ -80,7 +80,7 @@ function Dashboard() {

A tech preview of the new {brandName} user - interface can be found here. + interface can be found here.

diff --git a/awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js b/awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js index a453424deb..7ea2d23099 100644 --- a/awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js +++ b/awx/ui/src/screens/SubscriptionUsage/SubscriptionUsage.js @@ -30,7 +30,7 @@ function SubscriptionUsage() {

A tech preview of the new {brandName} user - interface can be found here. + interface can be found here.