fix(templates): replace svg images with png to support gmail
This commit is contained in:
parent
104ae5faca
commit
89eaf5a9bc
|
@ -31,7 +31,7 @@ function Welcome(
|
||||||
<Section>
|
<Section>
|
||||||
<Heading as='h1' style={headingCss}>
|
<Heading as='h1' style={headingCss}>
|
||||||
Bienvenue au<Img
|
Bienvenue au<Img
|
||||||
src='https://cohabit.fr/images/logo.svg'
|
src='https://cohabit.fr/images/logo.png'
|
||||||
alt='FabLab Cohabit'
|
alt='FabLab Cohabit'
|
||||||
style={imgCss}
|
style={imgCss}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -24,7 +24,7 @@ export function Signature() {
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
<Img
|
<Img
|
||||||
src='https://cohabit.fr/images/logo.svg'
|
src='https://cohabit.fr/images/logo.png'
|
||||||
alt='FabLab Cohabit'
|
alt='FabLab Cohabit'
|
||||||
style={imgCss}
|
style={imgCss}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue