Sample page and graph wrappers #32

Merged
snedadah merged 18 commits from shahanneda/wrapper into main 2022-09-02 17:39:47 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d455d3a92e - Show all commits

View File

@ -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>