From 290526b9337c305a335f8c2dd38be22c84000ee7 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 1 Jun 2023 12:34:35 +0300 Subject: [PATCH] fix: RetryButton & SupportButton --- apps/web/Components/Common/Error.jsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/web/Components/Common/Error.jsx b/apps/web/Components/Common/Error.jsx index 8e6f7fc..798c4ed 100644 --- a/apps/web/Components/Common/Error.jsx +++ b/apps/web/Components/Common/Error.jsx @@ -5,12 +5,13 @@ function handleRetry() { window.location.reload(); } -function openSupport() { - window.open('https://help.evoleasing.ru', '_blank').focus(); -} +const RetryButton = ; -const RetryButton = ; -const SupportButton = ; +const SupportButton = ( + +); export function CRMError({ error }) { return (