File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import Header from "./header"
31
31
import theme from "../theme"
32
32
import PlainLink from "../components/link"
33
33
import TextWithIcon from "../components/textWithIcon"
34
+ import cbLogo from './../images/logos/cb.png'
34
35
import mailIcon from './../images/logos/mail.svg'
35
36
import phoneIcon from './../images/logos/phone.svg'
36
37
import locationIcon from './../images/logos/location.svg'
@@ -142,6 +143,20 @@ const Footer = ({ images }) => (
142
143
</ TextWithIcon >
143
144
</ Box >
144
145
</ Flex >
146
+
147
+ < Flex mt = { [ 2 , 3 ] } >
148
+ < Box mr = { 1 } display = { [ 'none' , 'block' ] } >
149
+ < img src = { cbLogo } height = "48px" />
150
+ </ Box >
151
+ < Box >
152
+ < Box mb = { 1 } >
153
+ Codebrahma is an independent company. Mentioned brands and companies are trademarked brands.
154
+ </ Box >
155
+ < Box mt = { 1 } >
156
+ © 2020 codebrahma.com. All rights reserved.
157
+ </ Box >
158
+ </ Box >
159
+ </ Flex >
145
160
</ Box >
146
161
)
147
162
You can’t perform that action at this time.
0 commit comments