Skip to content

Commit

Permalink
Revert "DEVPROD-1614 Happy Halloween! (evergreen-ci#2119)"
Browse files Browse the repository at this point in the history
This reverts commit 89d6e9c.
  • Loading branch information
khelif96 committed Nov 6, 2023
1 parent 2127091 commit 2490145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
13 changes: 1 addition & 12 deletions src/components/Header/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Cookies from "js-cookie";
import { Link, useParams } from "react-router-dom";
import { useNavbarAnalytics } from "analytics";
import Icon from "components/Icon";
import HalloweenTree from "components/Icon/icons/Halloween.svg";
import { CURRENT_PROJECT } from "constants/cookies";
import { wikiUrl } from "constants/externalResources";
import { getCommitsRoute, getUserPatchesRoute, routes } from "constants/routes";
Expand Down Expand Up @@ -61,10 +60,7 @@ export const Navbar: React.FC = () => {
to={routes.myPatches}
onClick={() => sendEvent({ name: "Click Logo Link" })}
>
<HalloweenTreeIcon
src={HalloweenTree}
alt="Evergreen Logo with Halloween Decorations"
/>
<Icon glyph="EvergreenLogo" size={32} />
</LogoLink>
<PrimaryLink
data-cy="project-health-link"
Expand Down Expand Up @@ -176,10 +172,3 @@ const secondaryStyle = css`
const SecondaryLink = styled.a`
${secondaryStyle}
`;

const HalloweenTreeIcon = styled.img`
height: 46px;
width: 46px;
position: relative;
bottom: 4px;
`;
Loading

0 comments on commit 2490145

Please sign in to comment.