From bee9df022f95a6fdfb2372d29e553406a35cc3a6 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 8 Feb 2024 17:06:06 +0100 Subject: [PATCH] Elaborate in Warning message --- components/MigrationWarning.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/MigrationWarning.tsx b/components/MigrationWarning.tsx index 45397c7a..39c8c087 100644 --- a/components/MigrationWarning.tsx +++ b/components/MigrationWarning.tsx @@ -5,17 +5,19 @@ export default function MigrationWarning() { Warning! - This app will no longer be found at this url from March the 1st. + This app will no longer be available at this URL from March 1st, 2024. - It will instead be accessible from{" "} + A new instance is deployed at{" "} https://multisig.confio.run - . + , connecting to a new database. You can start using this instance for new signing requests. + Re-importing multisigs by address or public keys may be needed. - Any pending transactions on this app will be lost when that time arrives. + Any pending transactions on this app will be lost when that time arrives. In the meantime, + both deployments can be used but no data is shared between them. );