Skip to content

Commit

Permalink
glow breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Jun 10, 2023
1 parent 1c1b7b8 commit 7576b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BgGlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Flex, useMediaQuery } from "@chakra-ui/react";

export default function BgGlow () {

const [isUnder100] = useMediaQuery("(max-width: 100px");
const [isUnder100] = useMediaQuery("(max-width: 100px)");

if (isUnder100) return <></>

Expand Down

1 comment on commit 7576b74

@vercel
Copy link

@vercel vercel bot commented on 7576b74 Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.