Skip to content

Commit

Permalink
fix: client error check
Browse files Browse the repository at this point in the history
  • Loading branch information
SSameer20 committed Oct 26, 2024
1 parent 5641366 commit 83b631a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/components/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import HeroVideoDialog from "../ui/hero-video-dialog";
import { Routes } from "../utilities/Routes";
import { ReverseMarquee, StraightMarquee } from "../utilities/ReviewsMarquee";
import { cn } from "@/lib/utils";
// import Marquee from "../ui/marquee";

// import Meteors from "../ui/meteors";

interface ActionLabel {
color?: string;
Expand Down Expand Up @@ -69,7 +66,7 @@ export default function Home() {
w: window.innerWidth,
h: window.innerHeight,
});
// console.log(screen);
console.log(screen);
};

window.addEventListener("resize", handleScreen);
Expand Down

0 comments on commit 83b631a

Please sign in to comment.