diff --git a/app/NewRootComponent.tsx b/app/NewRootComponent.tsx index 16c046b..419db27 100644 --- a/app/NewRootComponent.tsx +++ b/app/NewRootComponent.tsx @@ -281,16 +281,44 @@ const NewRootComponent: React.FC = () => { return ( <> - {overdueCommissions.length > 0 && renderOverdueCommissionsAlert()} - - {userContext.profile ? `Welcome ${displayName()}` : "Welcome to Pluto"} + Pluto has been discontinued - {userContext.profile ? : } + + + + + This service is no longer available + + + Pluto has been retired and replaced by a new system. Please use{" "} + Project Launcher to create new projects. + + + If you need assistance or training on the new system, please + contact the Multimedia Tech team at{" "} + + multimediatech@theguardian.com + + . + + + + ); }; diff --git a/app/index.tsx b/app/index.tsx index c5d7f07..a2c2ddd 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -89,7 +89,7 @@ const App: React.FC = () => { }} >
- {userProfile ? : undefined} + - Welcome to Pluto + Pluto - Discontinued