Rename logo and add 32x32 version

This commit is contained in:
manubo
2019-09-19 09:21:59 +02:00
parent 7023b4b482
commit 92423049ac
8 changed files with 10 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import logoUrl from "images/logo.png"
import logoUrl from "images/moco-159x159.png"
const Bubble = ({ bookedHours }) => (
<div className="moco-bx-bubble-inner">

View File

@@ -1,6 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import logo from "images/logo.png"
import logo from "images/moco-159x159.png"
const UnknownError = ({ message = "Unbekannter Fehler" }) => (
<div className="moco-bx-error-container">

View File

@@ -1,6 +1,6 @@
import React from "react"
import { isChrome } from "utils/browser"
import logo from "images/logo.png"
import logo from "images/moco-159x159.png"
import firefoxAddons from "images/firefox_addons.png"
const UpgradeRequiredError = () => (

View File

@@ -1,6 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import logoUrl from "images/logo.png"
import logoUrl from "images/moco-159x159.png"
const Header = ({ subdomain }) => (
<div className="moco-bx-logo__container">