Skip to content

Commit

Permalink
style: update footer style arrangements
Browse files Browse the repository at this point in the history
  • Loading branch information
okorie2 committed Nov 20, 2024
1 parent 38dd334 commit 3da22a6
Show file tree
Hide file tree
Showing 14 changed files with 1,259 additions and 1,347 deletions.
1 change: 0 additions & 1 deletion src/app/components/AppBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const NavList = (props: {
];
const handleNavigation = () => {
props.setIsNavExpanded?.(false);
document.body.style.overflow = "auto";
};
return (
<>
Expand Down
123 changes: 0 additions & 123 deletions src/app/components/Mobile/AppBarSearch/index.tsx

This file was deleted.

10 changes: 8 additions & 2 deletions src/app/modules/common/no-match-page/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import get from "lodash/get";
import { Link, useHistory } from "react-router-dom";
import { ReactComponent as NotFoundIcon } from "app/modules/common/no-match-page/asset/404.svg";
import { ReactComponent as BgImg } from "app/modules/common/no-match-page/asset/bg-ellipse.svg";
Expand All @@ -11,7 +10,14 @@ import SmallFooter from "app/modules/home-module/components/Footer/smallFooter";
export const NoMatchPage = () => {
const history = useHistory();
return (
<div>
<div
css={`
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
`}
>
<div
css={`
width: 100%;
Expand Down
Loading

0 comments on commit 3da22a6

Please sign in to comment.