Skip to content

Commit

Permalink
DEVPROD-4721: Change logo to Valentine's Day theme (evergreen-ci#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt authored Feb 13, 2024
1 parent c03baa4 commit a4a866a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/components/Header/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Cookies from "js-cookie";
import { Link, useParams } from "react-router-dom";
import { useNavbarAnalytics } from "analytics";
import Icon from "components/Icon";
import ChristmasTree from "components/Icon/icons/ChristmasTree.svg";
import ValentinesDayTree from "components/Icon/icons/ValentinesDayTree.svg";
import { CURRENT_PROJECT } from "constants/cookies";
import { wikiUrl } from "constants/externalResources";
import { getCommitsRoute, getUserPatchesRoute, routes } from "constants/routes";
Expand Down Expand Up @@ -61,7 +61,7 @@ export const Navbar: React.FC = () => {
to={routes.myPatches}
onClick={() => sendEvent({ name: "Click Logo Link" })}
>
<ChristmasTreeIcon src={ChristmasTree} alt="Evergreen Logo" />
<SpruceIcon src={ValentinesDayTree} alt="Evergreen Logo" />
</LogoLink>
<PrimaryLink
data-cy="project-health-link"
Expand Down Expand Up @@ -174,9 +174,6 @@ const SecondaryLink = styled.a`
${secondaryStyle}
`;

const ChristmasTreeIcon = styled.img`
height: 46px;
width: 46px;
position: relative;
bottom: 4px;
const SpruceIcon = styled.img`
width: 50px;
`;
1 change: 1 addition & 0 deletions src/components/Icon/icons/ValentinesDayTree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4a866a

Please sign in to comment.