Skip to content

Commit

Permalink
fix(deploy error): fix a type error in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed Dec 19, 2024
1 parent 5d152b3 commit 5791d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { codeBlocks } from "../data/code";
import useWidth from "../hooks/useWidth";
// import useWidth from "../hooks/useWidth";
import Container from "./Container";
import PrettyCode from "./PrettyCode";

const Hero = () => {
const width = useWidth();
// const width = useWidth();
return (
<Container classes="bg-cover lg:relative pt-[7.5rem] pb-[6.25rem] lg:mt-0">
<h1 className="text-center text-white font-normal text-[4.125rem] leading-[5.3rem]">
Expand Down

0 comments on commit 5791d9e

Please sign in to comment.