Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Sep 23, 2024
1 parent 431f8fb commit d9fe875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/landing/hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {

// import { motion } from "framer-motion";

import { imageStyle, MIN_HEIGHT } from "../../../styles/shared";
import { HEADER_HEIGHT, imageStyle, MIN_HEIGHT } from "../../../styles/shared";
import { ApplyButton } from "../../shared/ApplyButton";
import { LearnMoreButton } from "../../shared/LearnMoreButton";
import hero from "/public/hero.webp";
Expand All @@ -32,6 +32,7 @@ export const Hero = () => {
sx={{
flexDirection: { base: "column-reverse", lg: "row" },
justifyContent: { base: "center", lg: "space-between" },
marginTop: { base: HEADER_HEIGHT, lg: "unset" },
}}
>
<Stack
Expand Down

0 comments on commit d9fe875

Please sign in to comment.