Fixed wordcloud responsivness

pull/32/head
Shahan Nedadahandeh 8 months ago
parent 41ec2654ee
commit d455d3a92e
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
  1. 2
      pages/samplePage.tsx

@ -45,7 +45,7 @@ export default function SamplePage() {
value: word.value,
}))}
// For components that we don't want to match the width necessarily we can provide direct values
width={isMobile ? 500 : 1000}
width={isMobile ? width / 1.25 : 1000}
height={500}
/>
</FullComponentWrapper>

Loading…
Cancel
Save