Skip to content

Commit

Permalink
DEVPROD-7957 Spruce goes to the beach! (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 authored Jun 28, 2024
1 parent 92881df commit f44de5a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 262 deletions.
12 changes: 10 additions & 2 deletions apps/spruce/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 { PrideTree } from "components/Icon/icons/PrideTree";
import { CURRENT_PROJECT } from "constants/cookies";
import { wikiUrl } from "constants/externalResources";
import {
Expand All @@ -23,6 +22,7 @@ import { USER, SPRUCE_CONFIG } from "gql/queries";
import { useLegacyUIURL } from "hooks";
import { validators } from "utils";
import { AuxiliaryDropdown } from "./AuxiliaryDropdown";
import SpruceSummerTree from "./SpruceSummerTree.svg";
import { UserDropdown } from "./UserDropdown";

const { validateObjectId } = validators;
Expand Down Expand Up @@ -71,7 +71,10 @@ export const Navbar: React.FC = () => {
to={routes.myPatches}
onClick={() => sendEvent({ name: "Click Logo Link" })}
>
<PrideTree />
<SpruceSummerTreeIcon
src={SpruceSummerTree}
alt="Evergreen tree on an island with a beach ball"
/>
</LogoLink>
<PrimaryLink
data-cy="project-health-link"
Expand Down Expand Up @@ -184,3 +187,8 @@ const secondaryStyle = css`
const SecondaryLink = styled.a`
${secondaryStyle}
`;

const SpruceSummerTreeIcon = styled.img`
height: 72px;
position: relative;
`;
1 change: 1 addition & 0 deletions apps/spruce/src/components/Header/SpruceSummerTree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/spruce/src/components/Icon/icons/ChristmasTree.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/spruce/src/components/Icon/icons/HybridTree.svg

This file was deleted.

Loading

0 comments on commit f44de5a

Please sign in to comment.