Skip to content

Commit

Permalink
Remove greeting from PageSpeed page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhollid committed Nov 29, 2024
1 parent 5be818f commit 98ab556
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Client/src/Pages/PageSpeed/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "./index.css";
import { useNavigate } from "react-router";
import PropTypes from "prop-types";
import Breadcrumbs from "../../Components/Breadcrumbs";
import Greeting from "../../Utils/greeting";
import SkeletonLayout from "./skeleton";
import Card from "./card";
import { networkService } from "../../main";
Expand Down Expand Up @@ -82,11 +81,10 @@ const PageSpeed = ({ isAdmin }) => {
<Breadcrumbs list={[{ name: `pagespeed`, path: "/pagespeed" }]} />
<Stack
direction="row"
justifyContent="space-between"
justifyContent="end"
alignItems="center"
mt={theme.spacing(5)}
>
<Greeting type="pagespeed" />
{isAdmin && (
<Button
variant="contained"
Expand Down

0 comments on commit 98ab556

Please sign in to comment.