Typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-08-08 21:34:00 -07:00
parent 3e19501003
commit d3ceb38fe6
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
// https://stackoverflow.com/questions/36862334/get-viewport-window-height-in-reactjs
// Attribution: https://stackoverflow.com/questions/36862334/get-viewport-window-height-in-reactjs
import { useState, useEffect } from "react";
type WindowDimensions = {