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>
|
||||
<Heading as='h1' style={headingCss}>
|
||||
Bienvenue au<Img
|
||||
src='https://cohabit.fr/images/logo.svg'
|
||||
src='https://cohabit.fr/images/logo.png'
|
||||
alt='FabLab Cohabit'
|
||||
style={imgCss}
|
||||
/>
|
||||
|
|
|
@ -24,7 +24,7 @@ export function Signature() {
|
|||
</Row>
|
||||
<Row>
|
||||
<Img
|
||||
src='https://cohabit.fr/images/logo.svg'
|
||||
src='https://cohabit.fr/images/logo.png'
|
||||
alt='FabLab Cohabit'
|
||||
style={imgCss}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue