diff --git a/plugins/sandbox/src/components/SandboxResetWorkspaces/SandboxResetWorkspacesLink.tsx b/plugins/sandbox/src/components/SandboxResetWorkspaces/SandboxResetWorkspacesLink.tsx index f23b131..689fb15 100644 --- a/plugins/sandbox/src/components/SandboxResetWorkspaces/SandboxResetWorkspacesLink.tsx +++ b/plugins/sandbox/src/components/SandboxResetWorkspaces/SandboxResetWorkspacesLink.tsx @@ -2,6 +2,7 @@ import { alertApiRef, useApi } from '@backstage/core-plugin-api'; import { RestartAlt } from '@mui/icons-material'; import { Alert, + Box, Button, Dialog, DialogActions, @@ -97,7 +98,7 @@ const SandboxResetLink = () => { return ( { /> @@ -134,22 +135,30 @@ const SandboxResetLink = () => { cannot undo this. {resetButtonState !== ResetButtonState.INITIAL && ( - - You are about to perform a destructive operation. Please make sure - that you want to do this. - + + + You are about to perform a destructive operation. Please make + sure that you want to do this. + + )} -