новая обрезка для результата
This commit is contained in:
parent
e29e41d8b8
commit
b32f771390
@ -127,6 +127,7 @@ export default function App() {
|
||||
return (
|
||||
<>
|
||||
{amoAccount && <AmoTokenExpiredDialog isAmoTokenExpired={amoAccount.stale} />}
|
||||
|
||||
<ContactFormModal />
|
||||
<FloatingSupportChat />
|
||||
{location.state?.backgroundLocation && (
|
||||
|
@ -343,7 +343,7 @@ export const ResultCard = ({ resultContract, resultData }: Props) => {
|
||||
|
||||
<MediaSelectionAndDisplay
|
||||
question={resultData}
|
||||
cropAspectRatio={{ width: 305.9, height: 305.9 }}
|
||||
cropAspectRatio={{ width: 700, height: 306 }}
|
||||
/>
|
||||
|
||||
{buttonPlus ? (
|
||||
|
Loading…
Reference in New Issue
Block a user