Fixed wordcloud responsivness
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-08-08 22:07:31 -07:00
parent 41ec2654ee
commit d455d3a92e
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 1 deletions

View File

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