новая обрезка для результата

This commit is contained in:
Nastya 2024-08-11 08:22:33 +03:00
parent e29e41d8b8
commit b32f771390
2 changed files with 2 additions and 1 deletions

@ -127,6 +127,7 @@ export default function App() {
return ( return (
<> <>
{amoAccount && <AmoTokenExpiredDialog isAmoTokenExpired={amoAccount.stale} />} {amoAccount && <AmoTokenExpiredDialog isAmoTokenExpired={amoAccount.stale} />}
<ContactFormModal /> <ContactFormModal />
<FloatingSupportChat /> <FloatingSupportChat />
{location.state?.backgroundLocation && ( {location.state?.backgroundLocation && (

@ -343,7 +343,7 @@ export const ResultCard = ({ resultContract, resultData }: Props) => {
<MediaSelectionAndDisplay <MediaSelectionAndDisplay
question={resultData} question={resultData}
cropAspectRatio={{ width: 305.9, height: 305.9 }} cropAspectRatio={{ width: 700, height: 306 }}
/> />
{buttonPlus ? ( {buttonPlus ? (