Skip to content

Commit

Permalink
minor fixes to website
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prince committed Jun 19, 2024
1 parent 646e60e commit c3ce384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/HeroSection/HeroElements.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export const HeroRow = styled.div`
@media screen and (max-width: 768px) {
grid-template-columns: 1fr;
grid-template-areas:
"col1"
"col2";
"col2"
"col1";
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
NavLinks,
NavLogo,
NavMenu,
} from "@/components/NavBar/NavbarElements";
} from "./NavbarElements";
import { useEffect, useState } from "react";
import { FaBars } from "react-icons/fa";
import { IconContext } from "react-icons/lib";
Expand Down

0 comments on commit c3ce384

Please sign in to comment.