diff --git a/explorer-nextjs/app/components/ReleaseAlert.tsx b/explorer-nextjs/app/components/ReleaseAlert.tsx new file mode 100644 index 0000000000..5d974420f9 --- /dev/null +++ b/explorer-nextjs/app/components/ReleaseAlert.tsx @@ -0,0 +1,9 @@ +import { Alert, Box, Typography } from '@mui/material'; + +export const ReleaseAlert = () => ( + + + You are now viewing the legacy Nym mixnet explorer. Explorer 2.0 is coming soon. + + +);