refact: convert all svg images to React components

This commit is contained in:
Jean-Philippe Sirois
2020-09-02 07:38:55 -04:00
parent 850471394e
commit 59a965911a
19 changed files with 354 additions and 122 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { transparentize } from "polished"
import styled from "styled-components"
import { fontFamily } from "../../design/typography"
import Logo from "../../images/tph-logo.svg"
import Logo from "../../images/tph-logo"
export const MobileHeaderWrapper = styled.div`
z-index: 50;