Hide birdseye width button on mobile devices (#7077)

* Hide birdseye width button on mobile devices

* Update Birdseye.jsx
This commit is contained in:
Nicolas Mowen 2023-07-07 06:35:53 -06:00 committed by GitHub
parent 5259d51c04
commit 00b9a490bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ export default function Birdseye() {
</Heading> </Heading>
<button <button
className="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded" className="bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded hidden md:inline"
onClick={() => setIsMaxWidth(!isMaxWidth)} onClick={() => setIsMaxWidth(!isMaxWidth)}
> >
Toggle width Toggle width