From 52d26cb825355f127bfe45b9c8cc4ba63b6831dc Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 17 Oct 2023 04:45:13 -0700 Subject: [PATCH] Improve layout --- src/apps/chat/trade/ExportSharedModal.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/apps/chat/trade/ExportSharedModal.tsx b/src/apps/chat/trade/ExportSharedModal.tsx index c84d37a03..6d3c55ebe 100644 --- a/src/apps/chat/trade/ExportSharedModal.tsx +++ b/src/apps/chat/trade/ExportSharedModal.tsx @@ -130,24 +130,23 @@ export function ExportSharedModal(props: { onClose: () => void, response: ShareP Deletion Key - - - - - + IMPORTANT - keep this key safe, you will need it if you decide to delete the link at a later time, and it will not appear again once you close this dialog. - {!!expiresAt && ( - - This chat will auto-expire on {expiresAt.toLocaleString()}. - - )} + + {!!expiresAt && ( + + This chat will auto-expire on {expiresAt.toLocaleString()}. + + )} + + }