Skip to content

Commit

Permalink
Update moocfiLogo to droplet
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Feb 5, 2025
1 parent f3f7438 commit 5d7aaa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { css, cx, keyframes } from "@emotion/css"
import React, { useState } from "react"
import { useTranslation } from "react-i18next"

import MOOCfi from "../../../img/moocfiTextLogo.svg"
import MOOCfi from "../../../img/moocfiLogo.svg"
import { baseTheme } from "../../../styles"
import { respondToOrLarger } from "../../../styles/respond"
import { runCallbackIfEnterPressed } from "../../../utils/accessibility"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { css, cx } from "@emotion/css"
import { useTranslation } from "react-i18next"

import MOOCfi from "../../../img/moocfiTextLogo.svg"
import MOOCfi from "../../../img/moocfiLogo.svg"
import { baseTheme } from "../../../styles"
import { respondToOrLarger } from "../../../styles/respond"
import { MARGIN_BETWEEN_NAVBAR_AND_CONTENT } from "../../../utils/constants"
Expand All @@ -14,7 +14,7 @@ const StyledIcon = css`
transform: scale(0.7);
path {
fill: ${baseTheme.colors.gray[600]} !important;
color: ${baseTheme.colors.gray[600]} !important;
}
`
const Navbar = css`
Expand Down
12 changes: 3 additions & 9 deletions shared-module/packages/common/src/img/moocfiLogo.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 5d7aaa5

Please sign in to comment.