diff --git a/src/containers/Dashboard/index.jsx b/src/containers/Dashboard/index.jsx index 078c0bb6..b2628062 100644 --- a/src/containers/Dashboard/index.jsx +++ b/src/containers/Dashboard/index.jsx @@ -24,7 +24,7 @@ export const Dashboard = () => { return (
-

{pageTitle}

+

Welcome to the MFE PR sandbox demo!

{!initIsPending && ( <> {hasAvailableDashboards && }