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
@@ -2,7 +2,7 @@ import { Link } from "gatsby"
import styled, { css } from "styled-components"
import { transparentize } from "polished"
import { fontFamily } from "../../design/typography"
import TPHLogo from "../../images/tph-logo.svg"
import TPHLogo from "../../images/tph-logo"
export const SidebarWrapper = styled.div`
box-sizing: border-box;